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