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