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