Struct rtfm_syntax::Task [] [src]

pub struct Task {
    pub enabled: Option<bool>,
    pub path: Option<Path>,
    pub priority: Option<u8>,
    pub resources: Option<Resources>,
    // some fields omitted
}

$Ident: { .. }

Fields

enabled: $bool

path: $Path

priority: $u8

resources: $Resources

Trait Implementations

impl Debug for Task
[src]

[src]

Formats the value using the given formatter.