Enum abc_parser::datatypes::Accidental[][src]

pub enum Accidental {
    Natural(),
    Sharp(),
    Flat(),
    DoubleSharp(),
    DoubleFlat(),
}

Variants

Trait Implementations

impl ToABC for Accidental
[src]

Creates a valid ABC text representation of the object.

impl Debug for Accidental
[src]

Formats the value using the given formatter. Read more

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

impl Sync for Accidental