pub struct PitchNameDsl {
pub name: PitchName,
pub from_syllable: bool,
}Fields§
§name: PitchName§from_syllable: boolImplementations§
Source§impl PitchNameDsl
impl PitchNameDsl
pub fn peek(input: ParseStream<'_>) -> bool
Trait Implementations§
Source§impl Parse for PitchNameDsl
impl Parse for PitchNameDsl
Auto Trait Implementations§
impl Freeze for PitchNameDsl
impl RefUnwindSafe for PitchNameDsl
impl Send for PitchNameDsl
impl Sync for PitchNameDsl
impl Unpin for PitchNameDsl
impl UnwindSafe for PitchNameDsl
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