Struct activitypub::activity::Add[][src]

pub struct Add {
    pub add_props: AddProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

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

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 Activity for Add
[src]

Auto Trait Implementations

impl Send for Add

impl Sync for Add