Struct activitystreams_types::object::Article[][src]

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

Represents any kind of multi-paragraph written work.

Fields

Adds all valid object properties to this struct

Trait Implementations

impl Clone for Article
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Article
[src]

Formats the value using the given formatter. Read more

impl Default for Article
[src]

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

impl Object for Article
[src]

impl ObjectExt for Article
[src]

Auto Trait Implementations

impl Send for Article

impl Sync for Article