Struct activitystreams_types::activity::Undo[][src]

pub struct Undo {
    pub kind: UndoType,
    pub undo_props: UndoProperties,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

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

Adds all valid undo 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 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 ObjectExt for Undo
[src]

impl Activity for Undo
[src]

impl ActivityExt for Undo
[src]

Auto Trait Implementations

impl Send for Undo

impl Sync for Undo