Struct activitystreams_types::object::Audio[][src]

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

Represents an audio document of any kind.

Fields

Adds all valid object properties to this struct

Trait Implementations

impl Clone for Audio
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Audio
[src]

Formats the value using the given formatter. Read more

impl Default for Audio
[src]

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

impl Object for Audio
[src]

impl ObjectExt for Audio
[src]

Auto Trait Implementations

impl Send for Audio

impl Sync for Audio