Struct todoist::command::Identity [] [src]

pub struct Identity {
    pub ids: Vec<ID>,
}

Identity is used to identify Todoist objects, it's typically used as arguments to a command, where a single action is performed on an object. (e.g. delete)

Fields

Trait Implementations

impl Default for Identity
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Identity
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Identity

impl Sync for Identity