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