pub struct DeviceAuthorizationConfig {
pub enabled: bool,
pub verification_uri: String,
pub interval: i64,
pub expires_in: i64,
}Fields§
§enabled: bool§verification_uri: String§interval: i64§expires_in: i64Trait Implementations§
Source§impl Clone for DeviceAuthorizationConfig
impl Clone for DeviceAuthorizationConfig
Source§fn clone(&self) -> DeviceAuthorizationConfig
fn clone(&self) -> DeviceAuthorizationConfig
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 Debug for DeviceAuthorizationConfig
impl Debug for DeviceAuthorizationConfig
Source§impl Default for DeviceAuthorizationConfig
impl Default for DeviceAuthorizationConfig
Source§fn default() -> DeviceAuthorizationConfig
fn default() -> DeviceAuthorizationConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeviceAuthorizationConfig
impl RefUnwindSafe for DeviceAuthorizationConfig
impl Send for DeviceAuthorizationConfig
impl Sync for DeviceAuthorizationConfig
impl Unpin for DeviceAuthorizationConfig
impl UnsafeUnpin for DeviceAuthorizationConfig
impl UnwindSafe for DeviceAuthorizationConfig
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