pub enum ColorsKey {
Combo,
Name(String),
}Expand description
All valid keys within a .osu file’s [Colours] section
Variants§
Trait Implementations§
impl Eq for ColorsKey
impl StructuralPartialEq for ColorsKey
Auto Trait Implementations§
impl Freeze for ColorsKey
impl RefUnwindSafe for ColorsKey
impl Send for ColorsKey
impl Sync for ColorsKey
impl Unpin for ColorsKey
impl UnwindSafe for ColorsKey
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