Struct osu_file_parser::osu_file::difficulty::ApproachRate
source · [−]pub struct ApproachRate(_);
Trait Implementations
sourceimpl Clone for ApproachRate
impl Clone for ApproachRate
sourcefn clone(&self) -> ApproachRate
fn clone(&self) -> ApproachRate
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ApproachRate
impl Debug for ApproachRate
sourceimpl From<ApproachRate> for Decimal
impl From<ApproachRate> for Decimal
sourcefn from(t: ApproachRate) -> Self
fn from(t: ApproachRate) -> Self
Converts to this type from the input type.
sourceimpl From<Decimal> for ApproachRate
impl From<Decimal> for ApproachRate
sourceimpl Hash for ApproachRate
impl Hash for ApproachRate
sourceimpl PartialEq<ApproachRate> for ApproachRate
impl PartialEq<ApproachRate> for ApproachRate
sourcefn eq(&self, other: &ApproachRate) -> bool
fn eq(&self, other: &ApproachRate) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl VersionedFromStr for ApproachRate
impl VersionedFromStr for ApproachRate
sourceimpl VersionedToString for ApproachRate
impl VersionedToString for ApproachRate
impl Eq for ApproachRate
impl StructuralEq for ApproachRate
impl StructuralPartialEq for ApproachRate
Auto Trait Implementations
impl RefUnwindSafe for ApproachRate
impl Send for ApproachRate
impl Sync for ApproachRate
impl Unpin for ApproachRate
impl UnwindSafe for ApproachRate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more