Struct activitystreams_types::activity::Add[][src]

pub struct Add {
    pub kind: AddType,
    pub add_props: AddProperties,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

Indicates that the actor has added the object to the target.

If the target property is not explicitly specified, the target would need to be determined implicitly by context. The origin can be used to identify the context from which the object originated.

Fields

Adds all valid add properties to this struct

Adds all valid object properties to this struct

Adds all valid activity properties to this struct

Trait Implementations

impl Clone for Add
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Add
[src]

Formats the value using the given formatter. Read more

impl Default for Add
[src]

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

impl Object for Add
[src]

impl ObjectExt for Add
[src]

impl Activity for Add
[src]

impl ActivityExt for Add
[src]

Auto Trait Implementations

impl Send for Add

impl Sync for Add