Struct activitypub::activity::Undo[][src]

pub struct Undo {
    pub undo_props: UndoProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

Indicates that the actor is undoing the object.

In most cases, the object will be an Activity describing some previously performed action (for instance, a person may have previously "liked" an article but, for whatever reason, might choose to undo that like at some later point in time).

The target and origin typically have no defined meaning.

Fields

Trait Implementations

impl Clone for Undo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Undo
[src]

Formats the value using the given formatter. Read more

impl Default for Undo
[src]

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

impl Object for Undo
[src]

impl Activity for Undo
[src]

Auto Trait Implementations

impl Send for Undo

impl Sync for Undo