Struct google_youtube3::PlaylistStatus[][src]

pub struct PlaylistStatus {
    pub privacy_status: Option<String>,
}

There is no detailed description.

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

Fields

The playlist's privacy status.

Trait Implementations

impl Default for PlaylistStatus
[src]

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

impl Clone for PlaylistStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PlaylistStatus
[src]

Formats the value using the given formatter. Read more

impl Part for PlaylistStatus
[src]

Auto Trait Implementations