pub struct RhythmPatternName(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for RhythmPatternName
impl AsRef<str> for RhythmPatternName
Source§impl Clone for RhythmPatternName
impl Clone for RhythmPatternName
Source§fn clone(&self) -> RhythmPatternName
fn clone(&self) -> RhythmPatternName
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 RhythmPatternName
impl Debug for RhythmPatternName
Source§impl Display for RhythmPatternName
impl Display for RhythmPatternName
Source§impl FromStr for RhythmPatternName
impl FromStr for RhythmPatternName
Source§impl Hash for RhythmPatternName
impl Hash for RhythmPatternName
Source§impl Ord for RhythmPatternName
impl Ord for RhythmPatternName
Source§fn cmp(&self, other: &RhythmPatternName) -> Ordering
fn cmp(&self, other: &RhythmPatternName) -> 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 RhythmPatternName
impl PartialEq for RhythmPatternName
Source§fn eq(&self, other: &RhythmPatternName) -> bool
fn eq(&self, other: &RhythmPatternName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RhythmPatternName
impl PartialOrd for RhythmPatternName
Source§impl TryFrom<&str> for RhythmPatternName
impl TryFrom<&str> for RhythmPatternName
impl Eq for RhythmPatternName
impl StructuralPartialEq for RhythmPatternName
Auto Trait Implementations§
impl Freeze for RhythmPatternName
impl RefUnwindSafe for RhythmPatternName
impl Send for RhythmPatternName
impl Sync for RhythmPatternName
impl Unpin for RhythmPatternName
impl UnsafeUnpin for RhythmPatternName
impl UnwindSafe for RhythmPatternName
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