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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more