Enum style::properties::AliasId [] [src]

pub enum AliasId {
    WordWrap,
}

An identifier for a given alias property.

Variants

word-wrap

Trait Implementations

impl From<AliasId> for NonCustomPropertyId
[src]

[src]

Performs the conversion.

impl Clone for AliasId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AliasId
[src]

impl Eq for AliasId
[src]

impl PartialEq for AliasId
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl MallocSizeOf for AliasId
[src]

[src]

Measure the heap usage of all descendant heap-allocated structures, but not the space taken up by the value itself. Read more

impl Debug for AliasId
[src]

[src]

Formats the value using the given formatter. Read more