Enum vonuvoli_scheme::externals::test::NamePadding[][src]

pub enum NamePadding {
    PadNone,
    PadOnRight,
}
🔬 This is a nightly-only experimental API. (test)

Variants

🔬 This is a nightly-only experimental API. (test)
🔬 This is a nightly-only experimental API. (test)

Trait Implementations

impl Hash for NamePadding
[src]

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

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

impl Clone for NamePadding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NamePadding
[src]

Formats the value using the given formatter. Read more

impl Copy for NamePadding
[src]

impl Eq for NamePadding
[src]

impl PartialEq<NamePadding> for NamePadding
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for NamePadding

impl Sync for NamePadding