Struct activitystreams_types::activity::Delete [−][src]
pub struct Delete {
pub kind: DeleteType,
pub delete_props: DeleteProperties,
pub object_props: ObjectProperties,
pub activity_props: ActivityProperties,
}Indicates that the actor has deleted the object.
If specified, the origin indicates the context from which the object was deleted.
Fields
kind: DeleteType
delete_props: DeleteProperties
Adds all valid delete 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 Delete[src]
impl Clone for Deletefn clone(&self) -> Delete[src]
fn clone(&self) -> DeleteReturns 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 Delete[src]
impl Debug for Deletefn 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 Delete[src]
impl Default for Deleteimpl Object for Delete[src]
impl Object for Deleteimpl ObjectExt for Delete[src]
impl ObjectExt for Deletefn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectPropertiesimpl Activity for Delete[src]
impl Activity for Deleteimpl ActivityExt for Delete[src]
impl ActivityExt for Deletefn props(&self) -> &ActivityProperties[src]
fn props(&self) -> &ActivityPropertiesfn props_mut(&mut self) -> &mut ActivityProperties[src]
fn props_mut(&mut self) -> &mut ActivityProperties