Struct alloc::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]pub fn clone(&self) -> AllocError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<AllocError> for AllocError
[src]
impl PartialEq<AllocError> for AllocError
[src]pub fn eq(&self, other: &AllocError) -> bool
[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ne(&self, other: &Rhs) -> boolimpl Copy for AllocError
[src]
impl Eq for AllocError
[src]
impl StructuralEq for AllocError
[src]
impl StructuralPartialEq for AllocError
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.