pub enum Rule {
Show 30 variants
EOI,
letter,
accidental,
note,
note_atomic,
digit,
note_with_octave,
minor,
augmented,
diminished,
half_diminished,
maj7_modifier,
dominant_modifier,
sus_modifier,
add_modifier,
five_modifier,
nine_modifier,
eleven_modifier,
thirteen_modifier,
modifier,
slash,
at,
hat,
bang,
mode_name,
scale_name,
mode,
scale,
WHITESPACE,
chord,
}Variants§
EOI
End-of-input
letter
accidental
note
note_atomic
digit
note_with_octave
minor
augmented
diminished
half_diminished
maj7_modifier
dominant_modifier
sus_modifier
add_modifier
five_modifier
nine_modifier
eleven_modifier
thirteen_modifier
modifier
slash
at
hat
bang
mode_name
scale_name
mode
scale
WHITESPACE
chord
Implementations§
Trait Implementations§
impl Copy for Rule
impl Eq for Rule
Source§impl Ord for Rule
impl Ord for Rule
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl Parser<Rule> for ChordParser
impl Parser<Rule> for ChordParser
Source§impl PartialOrd for Rule
impl PartialOrd for Rule
impl StructuralPartialEq for Rule
Auto Trait Implementations§
impl Freeze for Rule
impl RefUnwindSafe for Rule
impl Send for Rule
impl Sync for Rule
impl Unpin for Rule
impl UnsafeUnpin for Rule
impl UnwindSafe for Rule
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<S, T> Duplex<S> for Twhere
T: FromSample<S> + ToSample<S>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.