pub struct TryReserveError { /* private fields */ }Expand description
The error type for try_reserve methods.
Implementations§
Source§impl TryReserveError
impl TryReserveError
Sourcepub fn kind(&self) -> TryReserveErrorKind
pub fn kind(&self) -> TryReserveErrorKind
Details about the allocation that caused the error
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TryReserveError
impl RefUnwindSafe for TryReserveError
impl Send for TryReserveError
impl Sync for TryReserveError
impl Unpin for TryReserveError
impl UnsafeUnpin for TryReserveError
impl UnwindSafe for TryReserveError
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