Enum rosu_map::section::metadata::MetadataKey
source · pub enum MetadataKey {
Title,
TitleUnicode,
Artist,
ArtistUnicode,
Creator,
Version,
Source,
Tags,
BeatmapID,
BeatmapSetID,
}Expand description
All valid keys within a .osu file’s [Metadata] section
Variants§
Implementations§
Trait Implementations§
source§impl Clone for MetadataKey
impl Clone for MetadataKey
source§fn clone(&self) -> MetadataKey
fn clone(&self) -> MetadataKey
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MetadataKey
impl Debug for MetadataKey
source§impl Display for MetadataKey
impl Display for MetadataKey
source§impl FromStr for MetadataKey
impl FromStr for MetadataKey
source§impl PartialEq for MetadataKey
impl PartialEq for MetadataKey
impl Copy for MetadataKey
impl Eq for MetadataKey
impl StructuralPartialEq for MetadataKey
Auto Trait Implementations§
impl Freeze for MetadataKey
impl RefUnwindSafe for MetadataKey
impl Send for MetadataKey
impl Sync for MetadataKey
impl Unpin for MetadataKey
impl UnwindSafe for MetadataKey
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)