Struct activitypub::activity::Delete[][src]

pub struct Delete {
    pub delete_props: DeleteProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

Indicates that the actor has deleted the object.

If specified, the origin indicates the context from which the object was deleted.

Fields

Trait Implementations

impl Clone for Delete
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Delete
[src]

Formats the value using the given formatter. Read more

impl Default for Delete
[src]

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

impl Object for Delete
[src]

impl ObjectExt for Delete
[src]

impl ApObjectExt for Delete
[src]

impl Activity for Delete
[src]

impl ActivityExt for Delete
[src]

Auto Trait Implementations

impl Send for Delete

impl Sync for Delete