pub struct PraySshTarget {
pub user: Option<String>,
pub host: String,
pub port: u16,
pub root: Option<PathBuf>,
}Fields§
§user: Option<String>§host: String§port: u16§root: Option<PathBuf>Trait Implementations§
Source§impl Clone for PraySshTarget
impl Clone for PraySshTarget
Source§fn clone(&self) -> PraySshTarget
fn clone(&self) -> PraySshTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PraySshTarget
impl Debug for PraySshTarget
impl Eq for PraySshTarget
Source§impl PartialEq for PraySshTarget
impl PartialEq for PraySshTarget
impl StructuralPartialEq for PraySshTarget
Auto Trait Implementations§
impl Freeze for PraySshTarget
impl RefUnwindSafe for PraySshTarget
impl Send for PraySshTarget
impl Sync for PraySshTarget
impl Unpin for PraySshTarget
impl UnsafeUnpin for PraySshTarget
impl UnwindSafe for PraySshTarget
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