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