pub struct AuthenticationDeviceLinkSession {
pub session_id: String,
pub session_secret: String,
pub session_token: String,
pub device_link_base: String,
}Fields§
§session_id: String§session_secret: String§session_token: String§device_link_base: StringTrait Implementations§
Source§impl Clone for AuthenticationDeviceLinkSession
impl Clone for AuthenticationDeviceLinkSession
Source§fn clone(&self) -> AuthenticationDeviceLinkSession
fn clone(&self) -> AuthenticationDeviceLinkSession
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 Default for AuthenticationDeviceLinkSession
impl Default for AuthenticationDeviceLinkSession
Source§fn default() -> AuthenticationDeviceLinkSession
fn default() -> AuthenticationDeviceLinkSession
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthenticationDeviceLinkSession
impl<'de> Deserialize<'de> for AuthenticationDeviceLinkSession
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 AuthenticationDeviceLinkSession
impl PartialEq for AuthenticationDeviceLinkSession
Source§fn eq(&self, other: &AuthenticationDeviceLinkSession) -> bool
fn eq(&self, other: &AuthenticationDeviceLinkSession) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AuthenticationDeviceLinkSession
Auto Trait Implementations§
impl Freeze for AuthenticationDeviceLinkSession
impl RefUnwindSafe for AuthenticationDeviceLinkSession
impl Send for AuthenticationDeviceLinkSession
impl Sync for AuthenticationDeviceLinkSession
impl Unpin for AuthenticationDeviceLinkSession
impl UnsafeUnpin for AuthenticationDeviceLinkSession
impl UnwindSafe for AuthenticationDeviceLinkSession
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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