pub struct QmiMessageLocStopInput { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for QmiMessageLocStopInput
impl !Sync for QmiMessageLocStopInput
impl !Unpin for QmiMessageLocStopInput
impl Freeze for QmiMessageLocStopInput
impl RefUnwindSafe for QmiMessageLocStopInput
impl UnsafeUnpin for QmiMessageLocStopInput
impl UnwindSafe for QmiMessageLocStopInput
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