Enum PickupMeasureKind
pub enum PickupMeasureKind {
None,
Anacrusis,
}Variants§
Implementations§
§impl PickupMeasureKind
impl PickupMeasureKind
pub const ALL: &'static [PickupMeasureKind]
pub const fn as_str(self) -> &'static str
Trait Implementations§
§impl Clone for PickupMeasureKind
impl Clone for PickupMeasureKind
§fn clone(&self) -> PickupMeasureKind
fn clone(&self) -> PickupMeasureKind
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 PickupMeasureKind
impl Debug for PickupMeasureKind
§impl Display for PickupMeasureKind
impl Display for PickupMeasureKind
§impl FromStr for PickupMeasureKind
impl FromStr for PickupMeasureKind
§type Err = MeterError
type Err = MeterError
The associated error which can be returned from parsing.
§fn from_str(
value: &str,
) -> Result<PickupMeasureKind, <PickupMeasureKind as FromStr>::Err>
fn from_str( value: &str, ) -> Result<PickupMeasureKind, <PickupMeasureKind as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for PickupMeasureKind
impl Hash for PickupMeasureKind
§impl Ord for PickupMeasureKind
impl Ord for PickupMeasureKind
§fn cmp(&self, other: &PickupMeasureKind) -> Ordering
fn cmp(&self, other: &PickupMeasureKind) -> Ordering
1.21.0 · 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
§impl PartialEq for PickupMeasureKind
impl PartialEq for PickupMeasureKind
§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