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