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