Enum RepeatMarkKind
pub enum RepeatMarkKind {
RepeatStart,
RepeatEnd,
RepeatBoth,
DalSegno,
DaCapo,
Coda,
Fine,
}Variants§
Implementations§
§impl RepeatMarkKind
impl RepeatMarkKind
pub const ALL: &'static [RepeatMarkKind]
pub const fn as_str(self) -> &'static str
Trait Implementations§
§impl Clone for RepeatMarkKind
impl Clone for RepeatMarkKind
§fn clone(&self) -> RepeatMarkKind
fn clone(&self) -> RepeatMarkKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for RepeatMarkKind
impl Debug for RepeatMarkKind
§impl Display for RepeatMarkKind
impl Display for RepeatMarkKind
§impl FromStr for RepeatMarkKind
impl FromStr for RepeatMarkKind
§type Err = NotationError
type Err = NotationError
The associated error which can be returned from parsing.
§fn from_str(
value: &str,
) -> Result<RepeatMarkKind, <RepeatMarkKind as FromStr>::Err>
fn from_str( value: &str, ) -> Result<RepeatMarkKind, <RepeatMarkKind as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for RepeatMarkKind
impl Hash for RepeatMarkKind
§impl Ord for RepeatMarkKind
impl Ord for RepeatMarkKind
§impl PartialEq for RepeatMarkKind
impl PartialEq for RepeatMarkKind
§impl PartialOrd for RepeatMarkKind
impl PartialOrd for RepeatMarkKind
impl Copy for RepeatMarkKind
impl Eq for RepeatMarkKind
impl StructuralPartialEq for RepeatMarkKind
Auto Trait Implementations§
impl Freeze for RepeatMarkKind
impl RefUnwindSafe for RepeatMarkKind
impl Send for RepeatMarkKind
impl Sync for RepeatMarkKind
impl Unpin for RepeatMarkKind
impl UnsafeUnpin for RepeatMarkKind
impl UnwindSafe for RepeatMarkKind
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