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