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 duplicate 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