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