pub enum TallyData {
OFF,
PROGRAM,
PREVIEW,
}Variants§
Trait Implementations§
impl Send for TallyData
impl Sync for TallyData
Auto Trait Implementations§
impl Freeze for TallyData
impl RefUnwindSafe for TallyData
impl Unpin for TallyData
impl UnwindSafe for TallyData
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