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