pub struct DeviceCodeMarker {
pub url: String,
pub user_code: String,
pub approve_command: Option<String>,
}Fields§
§url: String§user_code: String§approve_command: Option<String>Trait Implementations§
Source§impl Debug for DeviceCodeMarker
impl Debug for DeviceCodeMarker
Source§impl<'de> Deserialize<'de> for DeviceCodeMarker
impl<'de> Deserialize<'de> for DeviceCodeMarker
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
Auto Trait Implementations§
impl Freeze for DeviceCodeMarker
impl RefUnwindSafe for DeviceCodeMarker
impl Send for DeviceCodeMarker
impl Sync for DeviceCodeMarker
impl Unpin for DeviceCodeMarker
impl UnsafeUnpin for DeviceCodeMarker
impl UnwindSafe for DeviceCodeMarker
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