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