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