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

Adds all valid ignore 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 Ignore
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Ignore
[src]

Formats the value using the given formatter. Read more

impl Default for Ignore
[src]

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

impl Object for Ignore
[src]

impl ObjectExt for Ignore
[src]

impl Activity for Ignore
[src]

impl ActivityExt for Ignore
[src]

Auto Trait Implementations

impl Send for Ignore

impl Sync for Ignore