pub struct SensitivityNotSetYet;Expand description
Marker type for builder.
Auto Trait Implementations§
impl Freeze for SensitivityNotSetYet
impl RefUnwindSafe for SensitivityNotSetYet
impl Send for SensitivityNotSetYet
impl Sync for SensitivityNotSetYet
impl Unpin for SensitivityNotSetYet
impl UnsafeUnpin for SensitivityNotSetYet
impl UnwindSafe for SensitivityNotSetYet
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