pub struct QmiMessageLocSetServerOutput { /* private fields */ }Expand description
The QmiMessageLocSetServerOutput structure contains private data and should only be accessed
using the provided API.
Since: 1.22
Trait Implementations§
Source§impl Clone for QmiMessageLocSetServerOutput
impl Clone for QmiMessageLocSetServerOutput
Source§fn clone(&self) -> QmiMessageLocSetServerOutput
fn clone(&self) -> QmiMessageLocSetServerOutput
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 QmiMessageLocSetServerOutput
Auto Trait Implementations§
impl Freeze for QmiMessageLocSetServerOutput
impl RefUnwindSafe for QmiMessageLocSetServerOutput
impl Send for QmiMessageLocSetServerOutput
impl Sync for QmiMessageLocSetServerOutput
impl Unpin for QmiMessageLocSetServerOutput
impl UnsafeUnpin for QmiMessageLocSetServerOutput
impl UnwindSafe for QmiMessageLocSetServerOutput
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