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