pub struct SshRemoteHost(/* private fields */);Expand description
A canonical IPv4 address or unambiguous lowercase DNS name used only as a structured SSH endpoint.
Implementations§
Trait Implementations§
Source§impl Clone for SshRemoteHost
impl Clone for SshRemoteHost
Source§impl Debug for SshRemoteHost
impl Debug for SshRemoteHost
Source§impl<'de> Deserialize<'de> for SshRemoteHost
impl<'de> Deserialize<'de> for SshRemoteHost
Source§fn deserialize<DeserializerType>(
deserializer: DeserializerType,
) -> Result<Self, DeserializerType::Error>where
DeserializerType: Deserializer<'de>,
fn deserialize<DeserializerType>(
deserializer: DeserializerType,
) -> Result<Self, DeserializerType::Error>where
DeserializerType: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for SshRemoteHost
impl Display for SshRemoteHost
impl Eq for SshRemoteHost
Source§impl FromStr for SshRemoteHost
impl FromStr for SshRemoteHost
Source§impl Hash for SshRemoteHost
impl Hash for SshRemoteHost
Source§impl Ord for SshRemoteHost
impl Ord for SshRemoteHost
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for SshRemoteHost
impl PartialEq for SshRemoteHost
Source§impl PartialOrd for SshRemoteHost
impl PartialOrd for SshRemoteHost
Source§impl Serialize for SshRemoteHost
impl Serialize for SshRemoteHost
impl StructuralPartialEq for SshRemoteHost
Auto Trait Implementations§
impl Freeze for SshRemoteHost
impl RefUnwindSafe for SshRemoteHost
impl Send for SshRemoteHost
impl Sync for SshRemoteHost
impl Unpin for SshRemoteHost
impl UnsafeUnpin for SshRemoteHost
impl UnwindSafe for SshRemoteHost
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