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