pub enum DynamicMarking {
Show 13 variants
Pppp,
Ppp,
Pp,
P,
Mp,
Mf,
F,
Ff,
Fff,
Ffff,
Sfz,
Fp,
Custom,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DynamicMarking
impl Clone for DynamicMarking
Source§fn clone(&self) -> DynamicMarking
fn clone(&self) -> DynamicMarking
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 DynamicMarking
impl Debug for DynamicMarking
Source§impl Display for DynamicMarking
impl Display for DynamicMarking
Source§impl FromStr for DynamicMarking
impl FromStr for DynamicMarking
Source§impl Hash for DynamicMarking
impl Hash for DynamicMarking
Source§impl Ord for DynamicMarking
impl Ord for DynamicMarking
Source§fn cmp(&self, other: &DynamicMarking) -> Ordering
fn cmp(&self, other: &DynamicMarking) -> 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 DynamicMarking
impl PartialEq for DynamicMarking
Source§fn eq(&self, other: &DynamicMarking) -> bool
fn eq(&self, other: &DynamicMarking) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DynamicMarking
impl PartialOrd for DynamicMarking
impl Copy for DynamicMarking
impl Eq for DynamicMarking
impl StructuralPartialEq for DynamicMarking
Auto Trait Implementations§
impl Freeze for DynamicMarking
impl RefUnwindSafe for DynamicMarking
impl Send for DynamicMarking
impl Sync for DynamicMarking
impl Unpin for DynamicMarking
impl UnsafeUnpin for DynamicMarking
impl UnwindSafe for DynamicMarking
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