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