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