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