Struct google_mirror1::Command[][src]

pub struct Command {
    pub type_: Option<String>,
}

A single menu command that is part of a Contact.

This type is not used in any activity, and only used as part of another schema.

Fields

The type of operation this command corresponds to. Allowed values are:

  • TAKE_A_NOTE - Shares a timeline item with the transcription of user speech from the "Take a note" voice menu command.
  • POST_AN_UPDATE - Shares a timeline item with the transcription of user speech from the "Post an update" voice menu command.

Trait Implementations

impl Default for Command
[src]

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

impl Clone for Command
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Command
[src]

Formats the value using the given formatter. Read more

impl Part for Command
[src]

Auto Trait Implementations

impl Send for Command

impl Sync for Command