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