Struct activitystreams_types::object::Note[][src]

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

Represents a short written work typically less than a single paragraph in length.

Fields

Adds all valid object properties to this struct

Trait Implementations

impl Clone for Note
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Note
[src]

Formats the value using the given formatter. Read more

impl Default for Note
[src]

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

impl Object for Note
[src]

impl ObjectExt for Note
[src]

Auto Trait Implementations

impl Send for Note

impl Sync for Note