pub struct AuthenticatedSessionUserAgentDevice {
pub brand: String,
pub family: String,
pub model: String,
}
Expand description
AuthenticatedSessionUserAgentDevice : User agent device
Fields§
§brand: String
§family: String
§model: String
Implementations§
Trait Implementations§
Source§impl Clone for AuthenticatedSessionUserAgentDevice
impl Clone for AuthenticatedSessionUserAgentDevice
Source§fn clone(&self) -> AuthenticatedSessionUserAgentDevice
fn clone(&self) -> AuthenticatedSessionUserAgentDevice
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 AuthenticatedSessionUserAgentDevice
impl Default for AuthenticatedSessionUserAgentDevice
Source§fn default() -> AuthenticatedSessionUserAgentDevice
fn default() -> AuthenticatedSessionUserAgentDevice
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthenticatedSessionUserAgentDevice
impl<'de> Deserialize<'de> for AuthenticatedSessionUserAgentDevice
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 AuthenticatedSessionUserAgentDevice
impl PartialEq for AuthenticatedSessionUserAgentDevice
Source§fn eq(&self, other: &AuthenticatedSessionUserAgentDevice) -> bool
fn eq(&self, other: &AuthenticatedSessionUserAgentDevice) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for AuthenticatedSessionUserAgentDevice
Auto Trait Implementations§
impl Freeze for AuthenticatedSessionUserAgentDevice
impl RefUnwindSafe for AuthenticatedSessionUserAgentDevice
impl Send for AuthenticatedSessionUserAgentDevice
impl Sync for AuthenticatedSessionUserAgentDevice
impl Unpin for AuthenticatedSessionUserAgentDevice
impl UnwindSafe for AuthenticatedSessionUserAgentDevice
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