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