Struct thrussh_keys::key::Name[][src]

pub struct Name(pub &'static str);

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. Read more

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.

Auto Trait Implementations

impl Send for Name

impl Sync for Name