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