Enum sasl::ChannelBinding [] [src]

pub enum ChannelBinding {
    None,
    TlsUnique(Vec<u8>),
}

Channel binding configuration.

Variants

No channel binding data.

p=tls-unique channel binding data.

Methods

impl ChannelBinding
[src]

Return the gs2 header for this channel binding mechanism.

Return the channel binding data for this channel binding mechanism.

Trait Implementations

impl Clone for ChannelBinding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChannelBinding
[src]

Formats the value using the given formatter.

impl PartialEq for ChannelBinding
[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 ChannelBinding
[src]