Enum ssh2::CheckResult [] [src]

pub enum CheckResult {
    Match,
    Mismatch,
    NotFound,
    Failure,
}

Possible results of a call to KnownHosts::check

Variants

Hosts and keys match

Host was found, but the keys didn't match!

No host match was found

Something prevented the check to be made

Trait Implementations

impl Copy for CheckResult
[src]

impl Clone for CheckResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CheckResult

impl Sync for CheckResult