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