pub struct UsageOAuthResponse {
pub authentication_method: AuthenticationMethod,
pub message: String,
}Expand description
Usage response for OAuth authentication
Fields§
§authentication_method: AuthenticationMethodAuthentication method
message: StringResponse message
Trait Implementations§
Source§impl Clone for UsageOAuthResponse
impl Clone for UsageOAuthResponse
Source§fn clone(&self) -> UsageOAuthResponse
fn clone(&self) -> UsageOAuthResponse
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 UsageOAuthResponse
impl Debug for UsageOAuthResponse
Source§impl<'de> Deserialize<'de> for UsageOAuthResponse
impl<'de> Deserialize<'de> for UsageOAuthResponse
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 UsageOAuthResponse
impl PartialEq for UsageOAuthResponse
Source§impl Serialize for UsageOAuthResponse
impl Serialize for UsageOAuthResponse
impl Eq for UsageOAuthResponse
impl StructuralPartialEq for UsageOAuthResponse
Auto Trait Implementations§
impl Freeze for UsageOAuthResponse
impl RefUnwindSafe for UsageOAuthResponse
impl Send for UsageOAuthResponse
impl Sync for UsageOAuthResponse
impl Unpin for UsageOAuthResponse
impl UnwindSafe for UsageOAuthResponse
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