Struct static_alloc::unsync::FromMemError
source · 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 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