Struct todoist::command::Command [] [src]

pub struct Command {
    pub typ: String,
    pub args: Box<Serialize>,
    pub uuid: Uuid,
    pub temp_id: Option<Uuid>,
}

Fields

Trait Implementations

Auto Trait Implementations

impl !Send for Command

impl !Sync for Command