pub struct ErrOnOom;
Expand description
Doesn’t handle out-of-memory conditions, immediate allocation error occurs.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrOnOom
impl RefUnwindSafe for ErrOnOom
impl Send for ErrOnOom
impl Sync for ErrOnOom
impl Unpin for ErrOnOom
impl UnwindSafe for ErrOnOom
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