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(&self) -> AllocError[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for AllocError[src]
impl Debug for AllocError[src]impl Display for AllocError[src]
impl Display for AllocError[src]impl PartialEq<AllocError> for AllocError[src]
impl PartialEq<AllocError> for AllocError[src]