Enum abc_parser::datatypes::Decoration[][src]

pub enum Decoration {
    Staccato(),
    Roll(),
    Fermata(),
    Accent(),
    LowerMordent(),
    Coda(),
    UpperMordent(),
    Segno(),
    Trill(),
    UpBow(),
    DownBow(),
    Unresolved(String),
}

Variants

Trait Implementations

impl ToABC for Decoration
[src]

Creates a valid ABC text representation of the object.

impl Debug for Decoration
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Decoration
[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 Decoration

impl Sync for Decoration