Struct activitystreams_types::activity::Ignore [−][src]
pub struct Ignore {
pub kind: IgnoreType,
pub ignore_props: IgnoreProperties,
pub object_props: ObjectProperties,
pub activity_props: ActivityProperties,
}Indicates that the actor is ignoring the object.
The target and origin typically have no defined meaning.
Fields
kind: IgnoreType
ignore_props: IgnoreProperties
Adds all valid ignore 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 Ignore[src]
impl Clone for Ignorefn clone(&self) -> Ignore[src]
fn clone(&self) -> IgnoreReturns 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 Ignore[src]
impl Debug for Ignorefn 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 Ignore[src]
impl Default for Ignoreimpl Object for Ignore[src]
impl Object for Ignoreimpl ObjectExt for Ignore[src]
impl ObjectExt for Ignorefn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectPropertiesimpl Activity for Ignore[src]
impl Activity for Ignoreimpl ActivityExt for Ignore[src]
impl ActivityExt for Ignorefn props(&self) -> &ActivityProperties[src]
fn props(&self) -> &ActivityPropertiesfn props_mut(&mut self) -> &mut ActivityProperties[src]
fn props_mut(&mut self) -> &mut ActivityProperties