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