pub struct SshRepositoryPath(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SshRepositoryPath
impl Clone for SshRepositoryPath
Source§impl Debug for SshRepositoryPath
impl Debug for SshRepositoryPath
Source§impl<'de> Deserialize<'de> for SshRepositoryPath
impl<'de> Deserialize<'de> for SshRepositoryPath
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 SshRepositoryPath
impl Display for SshRepositoryPath
impl Eq for SshRepositoryPath
Source§impl FromStr for SshRepositoryPath
impl FromStr for SshRepositoryPath
Source§impl Hash for SshRepositoryPath
impl Hash for SshRepositoryPath
Source§impl Ord for SshRepositoryPath
impl Ord for SshRepositoryPath
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 SshRepositoryPath
impl PartialEq for SshRepositoryPath
Source§impl PartialOrd for SshRepositoryPath
impl PartialOrd for SshRepositoryPath
Source§impl Serialize for SshRepositoryPath
impl Serialize for SshRepositoryPath
impl StructuralPartialEq for SshRepositoryPath
Auto Trait Implementations§
impl Freeze for SshRepositoryPath
impl RefUnwindSafe for SshRepositoryPath
impl Send for SshRepositoryPath
impl Sync for SshRepositoryPath
impl Unpin for SshRepositoryPath
impl UnsafeUnpin for SshRepositoryPath
impl UnwindSafe for SshRepositoryPath
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