pub struct SshAddress { /* private fields */ }Expand description
SSH address: git@host:path (SCP-style) or ssh://user@host/path
Implementations§
Trait Implementations§
Source§impl Clone for SshAddress
impl Clone for SshAddress
Source§fn clone(&self) -> SshAddress
fn clone(&self) -> SshAddress
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 SshAddress
impl Debug for SshAddress
Source§impl PartialEq for SshAddress
impl PartialEq for SshAddress
impl Eq for SshAddress
impl StructuralPartialEq for SshAddress
Auto Trait Implementations§
impl Freeze for SshAddress
impl RefUnwindSafe for SshAddress
impl Send for SshAddress
impl Sync for SshAddress
impl Unpin for SshAddress
impl UnsafeUnpin for SshAddress
impl UnwindSafe for SshAddress
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