Struct std::alloc::failure_handling::Fatal
source · pub struct Fatal;
🔬This is a nightly-only experimental API. (
allocator_api
#32838)Expand description
Handle allocation failure globally by panicking / aborting.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Fatal
impl Send for Fatal
impl Sync for Fatal
impl Unpin for Fatal
impl UnwindSafe for Fatal
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