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