Struct activitystreams_types::activity::Remove [−][src]
pub struct Remove {
pub kind: RemoveType,
pub remove_props: RemoveProperties,
pub object_props: ObjectProperties,
pub activity_props: ActivityProperties,
}Indicates that the actor is removing the object.
If specified, the origin indicates the context from which the object is being removed.
Fields
kind: RemoveType
remove_props: RemoveProperties
Adds all valid remove 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 Remove[src]
impl Clone for Removefn clone(&self) -> Remove[src]
fn clone(&self) -> RemoveReturns 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 Remove[src]
impl Debug for Removefn 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 Remove[src]
impl Default for Removeimpl Object for Remove[src]
impl Object for Removeimpl ObjectExt for Remove[src]
impl ObjectExt for Removefn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectPropertiesimpl Activity for Remove[src]
impl Activity for Removeimpl ActivityExt for Remove[src]
impl ActivityExt for Removefn props(&self) -> &ActivityProperties[src]
fn props(&self) -> &ActivityPropertiesfn props_mut(&mut self) -> &mut ActivityProperties[src]
fn props_mut(&mut self) -> &mut ActivityProperties