pub enum EVC {
Baseline,
Main,
}
Variants§
Trait Implementations§
impl Copy for EVC
impl Eq for EVC
impl StructuralPartialEq for EVC
Auto Trait Implementations§
impl Freeze for EVC
impl RefUnwindSafe for EVC
impl Send for EVC
impl Sync for EVC
impl Unpin for EVC
impl UnwindSafe for EVC
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