Enum ftw::ftw_command::FtwCommand [−][src]
pub enum FtwCommand {
New {
project_name: ProjectName,
template: FtwTemplate,
},
Class {
class_name: ClassName,
node_type: FtwNodeType,
},
Singleton {
class_name: ClassName,
},
Run {
machine_type: FtwMachineType,
},
Build {
target: FtwTarget,
build_type: FtwBuildType,
},
Export {
target: FtwTarget,
build_type: FtwBuildType,
},
}Variants
Show fields
Fields of New
project_name: ProjectNametemplate: FtwTemplateShow fields
Fields of Class
class_name: ClassNamenode_type: FtwNodeTypeShow fields
Fields of Singleton
class_name: ClassNameShow fields
Fields of Run
machine_type: FtwMachineTypeShow fields
Fields of Build
target: FtwTargetbuild_type: FtwBuildTypeShow fields
Fields of Export
target: FtwTargetbuild_type: FtwBuildTypeImplementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for FtwCommandimpl Send for FtwCommandimpl Sync for FtwCommandimpl Unpin for FtwCommandimpl UnwindSafe for FtwCommandBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> Vimpl<T> Any for T where
T: Any,