pub struct NotEnoughSpace;
Auto Trait Implementations§
impl Freeze for NotEnoughSpace
impl RefUnwindSafe for NotEnoughSpace
impl Send for NotEnoughSpace
impl Sync for NotEnoughSpace
impl Unpin for NotEnoughSpace
impl UnwindSafe for NotEnoughSpace
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