pub struct OAuthDeviceCodeFinishChallengeResponseRequest {
pub component: Option<String>,
}
Expand description
OAuthDeviceCodeFinishChallengeResponseRequest : Response that device has been authenticated and tab can be closed
Fields§
§component: Option<String>
Implementations§
Source§impl OAuthDeviceCodeFinishChallengeResponseRequest
impl OAuthDeviceCodeFinishChallengeResponseRequest
Sourcepub fn new() -> OAuthDeviceCodeFinishChallengeResponseRequest
pub fn new() -> OAuthDeviceCodeFinishChallengeResponseRequest
Response that device has been authenticated and tab can be closed
Trait Implementations§
Source§impl Clone for OAuthDeviceCodeFinishChallengeResponseRequest
impl Clone for OAuthDeviceCodeFinishChallengeResponseRequest
Source§fn clone(&self) -> OAuthDeviceCodeFinishChallengeResponseRequest
fn clone(&self) -> OAuthDeviceCodeFinishChallengeResponseRequest
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 Default for OAuthDeviceCodeFinishChallengeResponseRequest
impl Default for OAuthDeviceCodeFinishChallengeResponseRequest
Source§fn default() -> OAuthDeviceCodeFinishChallengeResponseRequest
fn default() -> OAuthDeviceCodeFinishChallengeResponseRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OAuthDeviceCodeFinishChallengeResponseRequest
impl<'de> Deserialize<'de> for OAuthDeviceCodeFinishChallengeResponseRequest
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
Source§impl PartialEq for OAuthDeviceCodeFinishChallengeResponseRequest
impl PartialEq for OAuthDeviceCodeFinishChallengeResponseRequest
Source§fn eq(&self, other: &OAuthDeviceCodeFinishChallengeResponseRequest) -> bool
fn eq(&self, other: &OAuthDeviceCodeFinishChallengeResponseRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for OAuthDeviceCodeFinishChallengeResponseRequest
Auto Trait Implementations§
impl Freeze for OAuthDeviceCodeFinishChallengeResponseRequest
impl RefUnwindSafe for OAuthDeviceCodeFinishChallengeResponseRequest
impl Send for OAuthDeviceCodeFinishChallengeResponseRequest
impl Sync for OAuthDeviceCodeFinishChallengeResponseRequest
impl Unpin for OAuthDeviceCodeFinishChallengeResponseRequest
impl UnwindSafe for OAuthDeviceCodeFinishChallengeResponseRequest
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