pub struct DeviceAuthorizationSchemaFields {
pub id: Option<String>,
pub device_code: Option<String>,
pub user_code: Option<String>,
pub user_id: Option<String>,
pub expires_at: Option<String>,
pub status: Option<String>,
pub last_polled_at: Option<String>,
pub polling_interval: Option<String>,
pub client_id: Option<String>,
pub scope: Option<String>,
pub created_at: Option<String>,
pub updated_at: Option<String>,
}Fields§
§id: Option<String>§device_code: Option<String>§user_code: Option<String>§user_id: Option<String>§expires_at: Option<String>§status: Option<String>§last_polled_at: Option<String>§polling_interval: Option<String>§client_id: Option<String>§scope: Option<String>§created_at: Option<String>§updated_at: Option<String>Trait Implementations§
Source§impl Clone for DeviceAuthorizationSchemaFields
impl Clone for DeviceAuthorizationSchemaFields
Source§fn clone(&self) -> DeviceAuthorizationSchemaFields
fn clone(&self) -> DeviceAuthorizationSchemaFields
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 moreSource§impl Default for DeviceAuthorizationSchemaFields
impl Default for DeviceAuthorizationSchemaFields
Source§fn default() -> DeviceAuthorizationSchemaFields
fn default() -> DeviceAuthorizationSchemaFields
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeviceAuthorizationSchemaFields
impl PartialEq for DeviceAuthorizationSchemaFields
Source§fn eq(&self, other: &DeviceAuthorizationSchemaFields) -> bool
fn eq(&self, other: &DeviceAuthorizationSchemaFields) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DeviceAuthorizationSchemaFields
impl StructuralPartialEq for DeviceAuthorizationSchemaFields
Auto Trait Implementations§
impl Freeze for DeviceAuthorizationSchemaFields
impl RefUnwindSafe for DeviceAuthorizationSchemaFields
impl Send for DeviceAuthorizationSchemaFields
impl Sync for DeviceAuthorizationSchemaFields
impl Unpin for DeviceAuthorizationSchemaFields
impl UnsafeUnpin for DeviceAuthorizationSchemaFields
impl UnwindSafe for DeviceAuthorizationSchemaFields
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.