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