pub enum OverlayCategory {
Classic,
Rookie,
TbWires,
NoviceTech,
Over50,
}Variants§
Trait Implementations§
Source§impl Clone for OverlayCategory
impl Clone for OverlayCategory
Source§fn clone(&self) -> OverlayCategory
fn clone(&self) -> OverlayCategory
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 OverlayCategory
impl Debug for OverlayCategory
Source§impl PartialEq for OverlayCategory
impl PartialEq for OverlayCategory
impl Copy for OverlayCategory
impl StructuralPartialEq for OverlayCategory
Auto Trait Implementations§
impl Freeze for OverlayCategory
impl RefUnwindSafe for OverlayCategory
impl Send for OverlayCategory
impl Sync for OverlayCategory
impl Unpin for OverlayCategory
impl UnwindSafe for OverlayCategory
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