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