Enum sshcerts::CriticalOptions
source · [−]Expand description
Type that encapsulates the normal usage of the critical options field. I used a structure instead of an Option for consistency and possible future expansion into a ForceCommand type.
Variants
None
Don’t use any critical options
Custom(HashMap<String, String>)
Allows a custom set of critical options. Does not contain any standard options.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CriticalOptions
impl Send for CriticalOptions
impl Sync for CriticalOptions
impl Unpin for CriticalOptions
impl UnwindSafe for CriticalOptions
Blanket Implementations
Mutably borrows from an owned value. Read more