pub struct ConnectSettings {
pub session: SessionSettings,
pub ssh_options: Vec<String>,
pub no_server_start: bool,
}Expand description
Resolved connect settings after merging all config layers.
Fields§
§session: SessionSettings§ssh_options: Vec<String>§no_server_start: boolTrait Implementations§
Source§impl Clone for ConnectSettings
impl Clone for ConnectSettings
Source§fn clone(&self) -> ConnectSettings
fn clone(&self) -> ConnectSettings
Returns a duplicate of the value. Read more
1.0.0 · 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 ConnectSettings
impl Debug for ConnectSettings
Source§impl Default for ConnectSettings
impl Default for ConnectSettings
Source§fn default() -> ConnectSettings
fn default() -> ConnectSettings
Returns the “default value” for a type. Read more
Source§impl PartialEq for ConnectSettings
impl PartialEq for ConnectSettings
impl Eq for ConnectSettings
impl StructuralPartialEq for ConnectSettings
Auto Trait Implementations§
impl Freeze for ConnectSettings
impl RefUnwindSafe for ConnectSettings
impl Send for ConnectSettings
impl Sync for ConnectSettings
impl Unpin for ConnectSettings
impl UnsafeUnpin for ConnectSettings
impl UnwindSafe for ConnectSettings
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.