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