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