pub struct QmiMessageWdsGetCurrentSettingsOutput { /* private fields */ }Expand description
The QmiMessageWdsGetCurrentSettingsOutput structure contains private data and should only be accessed
using the provided API.
Since: 1.0
Trait Implementations§
Source§impl Clone for QmiMessageWdsGetCurrentSettingsOutput
impl Clone for QmiMessageWdsGetCurrentSettingsOutput
Source§fn clone(&self) -> QmiMessageWdsGetCurrentSettingsOutput
fn clone(&self) -> QmiMessageWdsGetCurrentSettingsOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiMessageWdsGetCurrentSettingsOutput
Auto Trait Implementations§
impl Freeze for QmiMessageWdsGetCurrentSettingsOutput
impl RefUnwindSafe for QmiMessageWdsGetCurrentSettingsOutput
impl Send for QmiMessageWdsGetCurrentSettingsOutput
impl Sync for QmiMessageWdsGetCurrentSettingsOutput
impl Unpin for QmiMessageWdsGetCurrentSettingsOutput
impl UnsafeUnpin for QmiMessageWdsGetCurrentSettingsOutput
impl UnwindSafe for QmiMessageWdsGetCurrentSettingsOutput
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