pub struct HostSpec {
pub raw: String,
}Expand description
Destination passed to ssh / scp as the remote operand.
Fields§
§raw: StringRaw value suitable for ssh <spec> (Host alias or user@host).
Trait Implementations§
impl Eq for HostSpec
impl StructuralPartialEq for HostSpec
Auto Trait Implementations§
impl Freeze for HostSpec
impl RefUnwindSafe for HostSpec
impl Send for HostSpec
impl Sync for HostSpec
impl Unpin for HostSpec
impl UnsafeUnpin for HostSpec
impl UnwindSafe for HostSpec
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