pub enum ProjectTypeHint {
Rust,
Python,
TypeScript,
Go,
Generic,
}Variants§
Trait Implementations§
Source§impl Clone for ProjectTypeHint
impl Clone for ProjectTypeHint
Source§fn clone(&self) -> ProjectTypeHint
fn clone(&self) -> ProjectTypeHint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProjectTypeHint
impl Debug for ProjectTypeHint
Source§impl PartialEq for ProjectTypeHint
impl PartialEq for ProjectTypeHint
Source§impl ValueEnum for ProjectTypeHint
impl ValueEnum for ProjectTypeHint
impl Copy for ProjectTypeHint
impl StructuralPartialEq for ProjectTypeHint
Auto Trait Implementations§
impl Freeze for ProjectTypeHint
impl RefUnwindSafe for ProjectTypeHint
impl Send for ProjectTypeHint
impl Sync for ProjectTypeHint
impl Unpin for ProjectTypeHint
impl UnsafeUnpin for ProjectTypeHint
impl UnwindSafe for ProjectTypeHint
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