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