Struct google_tasks1::TaskLinks [] [src]

pub struct TaskLinks {
    pub link: Option<String>,
    pub type_: Option<String>,
    pub description: Option<String>,
}

Collection of links. This collection is read-only.

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

Fields

The URL.

Type of the link, e.g. "email".

The description. In HTML speak: Everything between and .

Trait Implementations

impl Debug for TaskLinks
[src]

Formats the value using the given formatter.

impl Clone for TaskLinks
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TaskLinks
[src]

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

impl NestedType for TaskLinks
[src]

impl Part for TaskLinks
[src]