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