Enum object_tracker::error::AllocationError
source · pub enum AllocationError {
InvalidSize(usize, usize),
BackingStorageFull(/* private fields */),
}Variants§
Trait Implementations§
source§impl Clone for AllocationError
impl Clone for AllocationError
source§fn clone(&self) -> AllocationError
fn clone(&self) -> AllocationError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AllocationError
impl Debug for AllocationError
Auto Trait Implementations§
impl RefUnwindSafe for AllocationError
impl Send for AllocationError
impl Sync for AllocationError
impl Unpin for AllocationError
impl UnwindSafe for AllocationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more