Struct core::alloc::AllocError [−][src]
pub struct AllocError;
The AllocError
error indicates an allocation failure
that may be due to resource exhaustion or to
something wrong when combining the given input arguments with this
allocator.
Trait Implementations
impl Clone for AllocError
[src]
impl Clone for AllocError
[src]fn clone(&self) -> AllocError
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<AllocError> for AllocError
[src]
impl PartialEq<AllocError> for AllocError
[src]fn eq(&self, other: &AllocError) -> bool
[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool