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