Struct pueue_lib::network::message::AddMessage [−][src]
pub struct AddMessage {
pub command: String,
pub path: String,
pub envs: HashMap<String, String>,
pub start_immediately: bool,
pub stashed: bool,
pub group: String,
pub enqueue_at: Option<DateTime<Local>>,
pub dependencies: Vec<usize>,
pub label: Option<String>,
pub print_task_id: bool,
}Fields
command: Stringpath: Stringenvs: HashMap<String, String>start_immediately: boolstashed: boolgroup: Stringenqueue_at: Option<DateTime<Local>>dependencies: Vec<usize>label: Option<String>print_task_id: boolTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
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 AddMessageimpl Send for AddMessageimpl Sync for AddMessageimpl Unpin for AddMessageimpl UnwindSafe for AddMessageBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V