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