Struct rfc2253::DistinguishedName [] [src]

pub struct DistinguishedName {
    pub common_name: Option<String>,
    pub attributes: HashMap<String, String>,
}

Fields

Methods

impl DistinguishedName
[src]

Trait Implementations

impl Clone for DistinguishedName
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DistinguishedName
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations