Struct osu_file_parser::osu_file::difficulty::OverallDifficulty
source · [−]pub struct OverallDifficulty(_);
Trait Implementations
sourceimpl Clone for OverallDifficulty
impl Clone for OverallDifficulty
sourcefn clone(&self) -> OverallDifficulty
fn clone(&self) -> OverallDifficulty
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 OverallDifficulty
impl Debug for OverallDifficulty
sourceimpl From<Decimal> for OverallDifficulty
impl From<Decimal> for OverallDifficulty
sourceimpl From<OverallDifficulty> for Decimal
impl From<OverallDifficulty> for Decimal
sourcefn from(t: OverallDifficulty) -> Self
fn from(t: OverallDifficulty) -> Self
Converts to this type from the input type.
sourceimpl Hash for OverallDifficulty
impl Hash for OverallDifficulty
sourceimpl PartialEq<OverallDifficulty> for OverallDifficulty
impl PartialEq<OverallDifficulty> for OverallDifficulty
sourcefn eq(&self, other: &OverallDifficulty) -> bool
fn eq(&self, other: &OverallDifficulty) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl VersionedFromStr for OverallDifficulty
impl VersionedFromStr for OverallDifficulty
sourceimpl VersionedToString for OverallDifficulty
impl VersionedToString for OverallDifficulty
impl Eq for OverallDifficulty
impl StructuralEq for OverallDifficulty
impl StructuralPartialEq for OverallDifficulty
Auto Trait Implementations
impl RefUnwindSafe for OverallDifficulty
impl Send for OverallDifficulty
impl Sync for OverallDifficulty
impl Unpin for OverallDifficulty
impl UnwindSafe for OverallDifficulty
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