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