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