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