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