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
kind: UpdateType
update_props: UpdateProperties
Adds all valid update properties to this struct
object_props: ObjectProperties
Adds all valid object properties to this struct
activity_props: ActivityProperties
Adds all valid activity properties to this struct
Trait Implementations
impl Clone for Update[src]
impl Clone for Updatefn clone(&self) -> Update[src]
fn clone(&self) -> UpdateReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Update[src]
impl Debug for Updatefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for Update[src]
impl Default for Updateimpl Object for Update[src]
impl Object for Updateimpl ObjectExt for Update[src]
impl ObjectExt for Updatefn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectPropertiesimpl Activity for Update[src]
impl Activity for Updateimpl ActivityExt for Update[src]
impl ActivityExt for Updatefn props(&self) -> &ActivityProperties[src]
fn props(&self) -> &ActivityPropertiesfn props_mut(&mut self) -> &mut ActivityProperties[src]
fn props_mut(&mut self) -> &mut ActivityProperties