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