Struct rsasl::Mechanisms[][src]

pub struct Mechanisms { /* fields omitted */ }
Expand description

A String representing a list of Mechanisms

Gsasl uses the concept of ‘string of Mechanism, separated by invalid characters such as SPC’ in several locations. This struct allows to easier de-/construct of such values.

Implementations

Iterate over the mechanism names

Convert the Mechanism List into a C pointer

Trait Implementations

Creates a value from an iterator. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.