pub struct VmSshInfo {
pub alias: String,
pub user: String,
pub host: String,
pub port: u16,
pub identity_file: PathBuf,
}Fields§
§alias: String§user: String§host: String§port: u16§identity_file: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for VmSshInfo
impl RefUnwindSafe for VmSshInfo
impl Send for VmSshInfo
impl Sync for VmSshInfo
impl Unpin for VmSshInfo
impl UnsafeUnpin for VmSshInfo
impl UnwindSafe for VmSshInfo
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