pub struct EnableDeviceBoundSessionsReturnObject(pub Option<Value>);Expand description
Sets up tracking device bound sessions and fetching of initial set of sessions.
Tuple Fields§
§0: Option<Value>Trait Implementations§
Source§impl Clone for EnableDeviceBoundSessionsReturnObject
impl Clone for EnableDeviceBoundSessionsReturnObject
Source§fn clone(&self) -> EnableDeviceBoundSessionsReturnObject
fn clone(&self) -> EnableDeviceBoundSessionsReturnObject
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for EnableDeviceBoundSessionsReturnObject
impl<'de> Deserialize<'de> for EnableDeviceBoundSessionsReturnObject
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EnableDeviceBoundSessionsReturnObject
impl PartialEq for EnableDeviceBoundSessionsReturnObject
Source§fn eq(&self, other: &EnableDeviceBoundSessionsReturnObject) -> bool
fn eq(&self, other: &EnableDeviceBoundSessionsReturnObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EnableDeviceBoundSessionsReturnObject
Auto Trait Implementations§
impl Freeze for EnableDeviceBoundSessionsReturnObject
impl RefUnwindSafe for EnableDeviceBoundSessionsReturnObject
impl Send for EnableDeviceBoundSessionsReturnObject
impl Sync for EnableDeviceBoundSessionsReturnObject
impl Unpin for EnableDeviceBoundSessionsReturnObject
impl UnsafeUnpin for EnableDeviceBoundSessionsReturnObject
impl UnwindSafe for EnableDeviceBoundSessionsReturnObject
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