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