pub struct DeviceCodeInfo {
pub device_code: String,
pub user_code: String,
pub verification_uri: String,
pub expires_in: u64,
pub interval: u64,
}Fields§
§device_code: String§user_code: String§verification_uri: String§expires_in: u64§interval: u64Trait Implementations§
Source§impl Clone for DeviceCodeInfo
impl Clone for DeviceCodeInfo
Source§fn clone(&self) -> DeviceCodeInfo
fn clone(&self) -> DeviceCodeInfo
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 DeviceCodeInfo
impl Debug for DeviceCodeInfo
Auto Trait Implementations§
impl Freeze for DeviceCodeInfo
impl RefUnwindSafe for DeviceCodeInfo
impl Send for DeviceCodeInfo
impl Sync for DeviceCodeInfo
impl Unpin for DeviceCodeInfo
impl UnsafeUnpin for DeviceCodeInfo
impl UnwindSafe for DeviceCodeInfo
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