Struct activitypub::activity::Remove[][src]

pub struct Remove {
    pub remove_props: RemoveProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

Indicates that the actor is removing the object.

If specified, the origin indicates the context from which the object is being removed.

Fields

Trait Implementations

impl Clone for Remove
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Remove
[src]

Formats the value using the given formatter. Read more

impl Default for Remove
[src]

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

impl Object for Remove
[src]

impl Activity for Remove
[src]

Auto Trait Implementations

impl Send for Remove

impl Sync for Remove