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
link: Option<String>
The URL.
type_: Option<String>
Type of the link, e.g. "email".
description: Option<String>
The description. In HTML speak: Everything between and .
Trait Implementations
impl Default for TaskLinks[src]
impl Clone for TaskLinks[src]
fn clone(&self) -> TaskLinks[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more