pub struct SshOpts {
pub host: String,
pub username: String,
pub private_key: PathBuf,
}
Fields§
§host: String
§username: String
§private_key: PathBuf
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SshOpts
impl RefUnwindSafe for SshOpts
impl Send for SshOpts
impl Sync for SshOpts
impl Unpin for SshOpts
impl UnwindSafe for SshOpts
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