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