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