Struct google_classroom1::Link[][src]

pub struct Link {
    pub url: Option<String>,
    pub thumbnail_url: Option<String>,
    pub title: Option<String>,
}

URL item.

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

Fields

URL to link to. This must be a valid UTF-8 string containing between 1 and 2024 characters.

URL of a thumbnail image of the target URL.

Read-only.

Title of the target of the URL.

Read-only.

Trait Implementations

impl Default for Link
[src]

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

impl Clone for Link
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Link
[src]

Formats the value using the given formatter. Read more

impl Part for Link
[src]

Auto Trait Implementations

impl Send for Link

impl Sync for Link