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