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