pub struct SshUrl { /* private fields */ }Expand description
SSH URL: git@host:path (SCP-style) or ssh://user@host/path
Implementations§
Trait Implementations§
impl Eq for SshUrl
impl StructuralPartialEq for SshUrl
Auto Trait Implementations§
impl Freeze for SshUrl
impl RefUnwindSafe for SshUrl
impl Send for SshUrl
impl Sync for SshUrl
impl Unpin for SshUrl
impl UnwindSafe for SshUrl
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