Struct activitystreams_types::object::Video[][src]

pub struct Video {
    pub object_props: ObjectProperties,
    // some fields omitted
}

Represents a video document of any kind.

Fields

Adds all valid object properties to this struct

Trait Implementations

impl Clone for Video
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Video
[src]

Formats the value using the given formatter. Read more

impl Default for Video
[src]

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

impl Object for Video
[src]

impl ObjectExt for Video
[src]

Auto Trait Implementations

impl Send for Video

impl Sync for Video