Enum style::properties::AliasId
[−]
[src]
pub enum AliasId { WordWrap, }
An identifier for a given alias property.
Variants
WordWrap
word-wrap
Trait Implementations
impl From<AliasId> for NonCustomPropertyId
[src]
impl Clone for AliasId
[src]
fn clone(&self) -> AliasId
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
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]
fn eq(&self, __arg_0: &AliasId) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.
impl MallocSizeOf for AliasId
[src]
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
[src]
Measure the heap usage of all descendant heap-allocated structures, but not the space taken up by the value itself. Read more