Struct ssh2_config::Host
source ·
[−]pub struct Host {
pub params: HostParams,
// some fields omitted
}Expand description
Describes the rules to be used for a certain host
Fields
params: HostParamsImplementations
Returns whether host argument intersects the host clauses
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Host
impl UnwindSafe for Host
Blanket Implementations
Mutably borrows from an owned value. Read more
