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