pub struct SshHostKeyHash {
pub hash: String,
pub type_: SshHostKeyCheckHashType,
}
Fields§
§hash: String
§type_: SshHostKeyCheckHashType
Trait Implementations§
Source§impl Clone for SshHostKeyHash
impl Clone for SshHostKeyHash
Source§fn clone(&self) -> SshHostKeyHash
fn clone(&self) -> SshHostKeyHash
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 SshHostKeyHash
impl Debug for SshHostKeyHash
Source§impl<'de> Deserialize<'de> for SshHostKeyHash
impl<'de> Deserialize<'de> for SshHostKeyHash
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 From<SshHostKeyHash> for SshHostKeyCheck
impl From<SshHostKeyHash> for SshHostKeyCheck
Source§fn from(val: SshHostKeyHash) -> Self
fn from(val: SshHostKeyHash) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SshHostKeyHash
impl RefUnwindSafe for SshHostKeyHash
impl Send for SshHostKeyHash
impl Sync for SshHostKeyHash
impl Unpin for SshHostKeyHash
impl UnwindSafe for SshHostKeyHash
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