Struct thrussh::key::Name [] [src]

pub struct Name(_);

Name of a public key algorithm.

Methods

impl Name
[src]

Base name of the private key file for a key name.

Trait Implementations

impl Debug for Name
[src]

Formats the value using the given formatter.

impl PartialEq for Name
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Name
[src]

impl Copy for Name
[src]

impl Clone for Name
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<str> for Name
[src]

Performs the conversion.