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