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