pub struct FromMemError { /* private fields */ }
Expand description
An error used when one could not re-use raw memory for a bump allocator.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FromMemError
impl RefUnwindSafe for FromMemError
impl Send for FromMemError
impl Sync for FromMemError
impl Unpin for FromMemError
impl UnwindSafe for FromMemError
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