Struct activitystreams_types::activity::Update[][src]

pub struct Update {
    pub kind: UpdateType,
    pub update_props: UpdateProperties,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

Indicates that the actor has updated the object.

Note, however, that this vocabulary does not define a mechanism for describing the actual set of modifications made to object.

The target and origin typically have no defined meaning.

Fields

Adds all valid update 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 Update
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Update
[src]

Formats the value using the given formatter. Read more

impl Default for Update
[src]

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

impl Object for Update
[src]

impl ObjectExt for Update
[src]

impl Activity for Update
[src]

impl ActivityExt for Update
[src]

Auto Trait Implementations

impl Send for Update

impl Sync for Update