Struct heresy::alloc::AllocError
source · [−]pub struct AllocError;
Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for AllocError
impl Send for AllocError
impl Sync for AllocError
impl Unpin for AllocError
impl UnwindSafe for AllocError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more