pub struct SshRemotePort(/* private fields */);Expand description
A nonzero TCP port for the structured SSH endpoint.
Implementations§
Trait Implementations§
Source§impl Clone for SshRemotePort
impl Clone for SshRemotePort
impl Copy for SshRemotePort
Source§impl Debug for SshRemotePort
impl Debug for SshRemotePort
Source§impl<'de> Deserialize<'de> for SshRemotePort
impl<'de> Deserialize<'de> for SshRemotePort
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
impl Eq for SshRemotePort
Source§impl Hash for SshRemotePort
impl Hash for SshRemotePort
Source§impl Ord for SshRemotePort
impl Ord for SshRemotePort
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 SshRemotePort
impl PartialEq for SshRemotePort
Source§impl PartialOrd for SshRemotePort
impl PartialOrd for SshRemotePort
Source§impl Serialize for SshRemotePort
impl Serialize for SshRemotePort
impl StructuralPartialEq for SshRemotePort
Auto Trait Implementations§
impl Freeze for SshRemotePort
impl RefUnwindSafe for SshRemotePort
impl Send for SshRemotePort
impl Sync for SshRemotePort
impl Unpin for SshRemotePort
impl UnsafeUnpin for SshRemotePort
impl UnwindSafe for SshRemotePort
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