pub enum RepeatMarkKind {
RepeatStart,
RepeatEnd,
RepeatBoth,
DalSegno,
DaCapo,
Coda,
Fine,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RepeatMarkKind
impl Clone for RepeatMarkKind
Source§fn clone(&self) -> RepeatMarkKind
fn clone(&self) -> RepeatMarkKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RepeatMarkKind
impl Debug for RepeatMarkKind
Source§impl Display for RepeatMarkKind
impl Display for RepeatMarkKind
Source§impl FromStr for RepeatMarkKind
impl FromStr for RepeatMarkKind
Source§impl Hash for RepeatMarkKind
impl Hash for RepeatMarkKind
Source§impl Ord for RepeatMarkKind
impl Ord for RepeatMarkKind
Source§fn cmp(&self, other: &RepeatMarkKind) -> Ordering
fn cmp(&self, other: &RepeatMarkKind) -> Ordering
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 PartialEq for RepeatMarkKind
impl PartialEq for RepeatMarkKind
Source§fn eq(&self, other: &RepeatMarkKind) -> bool
fn eq(&self, other: &RepeatMarkKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§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