Enum bins::BinFeature [] [src]

pub enum BinFeature {
    Private,
    Public,
    Authed,
    Anonymous,
    MultiFile,
    SingleNaming,
}

Variants

Trait Implementations

impl Debug for BinFeature
[src]

Formats the value using the given formatter.

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

impl Hash for BinFeature
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for BinFeature
[src]

Formats the value using the given formatter. Read more