Enum sshcerts::Extensions
source · [−]Expand description
Type that encapsulates the normal usage of the extensions field.
Variants
Standard
Contains the five standard extensions: agent-forwarding, port-forwarding, pty, user-rc, X11-forwarding
Custom(HashMap<String, String>)
Allows a custom set of extensions to be passed in. This does not contain the standard extensions
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Extensions
impl Send for Extensions
impl Sync for Extensions
impl Unpin for Extensions
impl UnwindSafe for Extensions
Blanket Implementations
Mutably borrows from an owned value. Read more