[−][src]Struct cargo_task::_cargo_task_util::CTTaskMeta
Cargo-task task metadata struct.
Fields
name: Stringtask name
is_script: booltrue if this task was specified as a single *.ct.rs script file.
false if this task was specified as a full crate directory.
min_version: Option<String>Minimum cargo-task utility version required for this task.
path: PathBuftask "crate" path
default: booldoes this path run on default cargo task execution?
bootstrap: boolshould this task always run before other tasks? task list will be reloaded after all bootstrap tasks run.
help: Stringhelp info for this task
cargo_deps: Option<String>any cargo (Cargo.toml) dependencies for a script task
task_deps: Vec<String>any cargo-task task dependencies
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CTTaskMeta[src]
impl Send for CTTaskMeta[src]
impl Sync for CTTaskMeta[src]
impl Unpin for CTTaskMeta[src]
impl UnwindSafe for CTTaskMeta[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,