Enum zmtp::SecurityMechanism [] [src]

pub enum SecurityMechanism {
    Null,
}

Variants

Indicates the use of the NULL security mechanism.

Trait Implementations

impl Debug for SecurityMechanism
[src]

Formats the value using the given formatter.

impl Clone for SecurityMechanism
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SecurityMechanism
[src]