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