Struct doapi::response::SshKey [] [src]

pub struct SshKey {
    // some fields omitted
}

Trait Implementations

impl NotArray for SshKey

impl NamedResponse for SshKey

fn name<'a>() -> Cow<'a, str>

impl Display for SshKey

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Debug for SshKey

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Deserialize for SshKey

fn deserialize<__D>(deserializer: &mut __D) -> Result<SshKey, __D::Error> where __D: Deserializer