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 Copy for AllocError[src]
impl Copy for AllocError[src]impl Eq for AllocError[src]
impl Eq for AllocError[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) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> boolimpl StructuralEq for AllocError[src]
impl StructuralEq for AllocError[src]impl StructuralPartialEq for AllocError[src]
impl StructuralPartialEq for AllocError[src]