Struct std::alloc::AllocErrorPanicPayload
source · pub struct AllocErrorPanicPayload { /* private fields */ }🔬This is a nightly-only experimental API. (
panic_oom_payload)Expand description
Payload passed to the panic handler when handle_alloc_error is called.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AllocErrorPanicPayload
impl Send for AllocErrorPanicPayload
impl Sync for AllocErrorPanicPayload
impl Unpin for AllocErrorPanicPayload
impl UnwindSafe for AllocErrorPanicPayload
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