pub enum ProjectType {
Show 18 variants
Cargo,
Node,
Unity,
Stack,
SBT,
Maven,
Gradle,
CMake,
Unreal,
Jupyter,
Python,
Composer,
Pub,
Elixir,
Swift,
Zig,
Godot4,
Dotnet,
}
Variants§
Cargo
Node
Unity
Stack
SBT
Maven
Gradle
CMake
Unreal
Jupyter
Python
Composer
Pub
Elixir
Swift
Zig
Godot4
Dotnet
Trait Implementations§
Source§impl Clone for ProjectType
impl Clone for ProjectType
Source§fn clone(&self) -> ProjectType
fn clone(&self) -> ProjectType
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 moreAuto Trait Implementations§
impl Freeze for ProjectType
impl RefUnwindSafe for ProjectType
impl Send for ProjectType
impl Sync for ProjectType
impl Unpin for ProjectType
impl UnwindSafe for ProjectType
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