pub struct ConnectOpts {
pub destination: String,
pub no_server_start: bool,
pub ssh_options: Vec<String>,
pub name: Option<String>,
pub dry_run: bool,
pub foreground: bool,
}Fields§
§destination: String§no_server_start: bool§ssh_options: Vec<String>§name: Option<String>§dry_run: bool§foreground: boolAuto Trait Implementations§
impl Freeze for ConnectOpts
impl RefUnwindSafe for ConnectOpts
impl Send for ConnectOpts
impl Sync for ConnectOpts
impl Unpin for ConnectOpts
impl UnsafeUnpin for ConnectOpts
impl UnwindSafe for ConnectOpts
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