pub enum Lang {
Rust,
Python,
TypeScript,
Tsx,
JavaScript,
Go,
}Expand description
The languages the v1 lens ships (doc 20 §9): chosen by agent
traffic; each addition pays its binary-size cost consciously.
Variants§
Rust
Rust (.rs).
Python
Python (.py, .pyi).
TypeScript
TypeScript (.ts, .mts, .cts).
Tsx
TSX (.tsx).
JavaScript
JavaScript (.js, .mjs, .cjs, .jsx).
Go
Go (.go).
Trait Implementations§
impl Copy for Lang
impl Eq for Lang
impl StructuralPartialEq for Lang
Auto Trait Implementations§
impl Freeze for Lang
impl RefUnwindSafe for Lang
impl Send for Lang
impl Sync for Lang
impl Unpin for Lang
impl UnsafeUnpin for Lang
impl UnwindSafe for Lang
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