Struct google_youtube3::LiveBroadcastTopic [] [src]

pub struct LiveBroadcastTopic {
    pub snippet: Option<LiveBroadcastTopicSnippet>,
    pub type_: Option<String>,
    pub unmatched: Option<bool>,
}

There is no detailed description.

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

Fields

Information about the topic matched.

The type of the topic.

If this flag is set it means that we have not been able to match the topic title and type provided to a known entity.

Trait Implementations

impl Default for LiveBroadcastTopic
[src]

[src]

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

impl Clone for LiveBroadcastTopic
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LiveBroadcastTopic
[src]

[src]

Formats the value using the given formatter.

impl Part for LiveBroadcastTopic
[src]