pub struct IndividualAllocRejCode;Expand description
IndividualAllocRejCode (776).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IndividualAllocRejCode
impl RefUnwindSafe for IndividualAllocRejCode
impl Send for IndividualAllocRejCode
impl Sync for IndividualAllocRejCode
impl Unpin for IndividualAllocRejCode
impl UnsafeUnpin for IndividualAllocRejCode
impl UnwindSafe for IndividualAllocRejCode
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