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