pub enum BarlineKind {
Single,
Double,
Final,
RepeatStart,
RepeatEnd,
RepeatBoth,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BarlineKind
impl Clone for BarlineKind
Source§fn clone(&self) -> BarlineKind
fn clone(&self) -> BarlineKind
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 BarlineKind
impl Debug for BarlineKind
Source§impl Display for BarlineKind
impl Display for BarlineKind
Source§impl FromStr for BarlineKind
impl FromStr for BarlineKind
Source§impl Hash for BarlineKind
impl Hash for BarlineKind
Source§impl Ord for BarlineKind
impl Ord for BarlineKind
Source§fn cmp(&self, other: &BarlineKind) -> Ordering
fn cmp(&self, other: &BarlineKind) -> 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 BarlineKind
impl PartialEq for BarlineKind
Source§fn eq(&self, other: &BarlineKind) -> bool
fn eq(&self, other: &BarlineKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BarlineKind
impl PartialOrd for BarlineKind
impl Copy for BarlineKind
impl Eq for BarlineKind
impl StructuralPartialEq for BarlineKind
Auto Trait Implementations§
impl Freeze for BarlineKind
impl RefUnwindSafe for BarlineKind
impl Send for BarlineKind
impl Sync for BarlineKind
impl Unpin for BarlineKind
impl UnsafeUnpin for BarlineKind
impl UnwindSafe for BarlineKind
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