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