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