pub struct AuthSshKeyLoginResponse {
pub email: String,
pub token: String,
}Fields§
§email: String§token: StringTrait Implementations§
Source§impl Clone for AuthSshKeyLoginResponse
impl Clone for AuthSshKeyLoginResponse
Source§fn clone(&self) -> AuthSshKeyLoginResponse
fn clone(&self) -> AuthSshKeyLoginResponse
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 AuthSshKeyLoginResponse
impl Debug for AuthSshKeyLoginResponse
Source§impl<'de> Deserialize<'de> for AuthSshKeyLoginResponse
impl<'de> Deserialize<'de> for AuthSshKeyLoginResponse
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
impl Eq for AuthSshKeyLoginResponse
Source§impl PartialEq for AuthSshKeyLoginResponse
impl PartialEq for AuthSshKeyLoginResponse
Source§impl Serialize for AuthSshKeyLoginResponse
impl Serialize for AuthSshKeyLoginResponse
impl StructuralPartialEq for AuthSshKeyLoginResponse
Auto Trait Implementations§
impl Freeze for AuthSshKeyLoginResponse
impl RefUnwindSafe for AuthSshKeyLoginResponse
impl Send for AuthSshKeyLoginResponse
impl Sync for AuthSshKeyLoginResponse
impl Unpin for AuthSshKeyLoginResponse
impl UnsafeUnpin for AuthSshKeyLoginResponse
impl UnwindSafe for AuthSshKeyLoginResponse
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