pub struct CompleteSsoLoginResponse {
pub token: String,
}Expand description
Complete SSO Login
Fields§
§token: StringTrait Implementations§
Source§impl Clone for CompleteSsoLoginResponse
impl Clone for CompleteSsoLoginResponse
Source§fn clone(&self) -> CompleteSsoLoginResponse
fn clone(&self) -> CompleteSsoLoginResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CompleteSsoLoginResponse
impl Debug for CompleteSsoLoginResponse
Source§impl<'de> Deserialize<'de> for CompleteSsoLoginResponse
impl<'de> Deserialize<'de> for CompleteSsoLoginResponse
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 CompleteSsoLoginResponse
impl RefUnwindSafe for CompleteSsoLoginResponse
impl Send for CompleteSsoLoginResponse
impl Sync for CompleteSsoLoginResponse
impl Unpin for CompleteSsoLoginResponse
impl UnsafeUnpin for CompleteSsoLoginResponse
impl UnwindSafe for CompleteSsoLoginResponse
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