Struct activitypub::activity::Ignore[][src]

pub struct Ignore {
    pub ignore_props: IgnoreProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

Indicates that the actor is ignoring the object.

The target and origin typically have no defined meaning.

Fields

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 ApObjectExt for Ignore
[src]

impl Activity for Ignore
[src]

impl ActivityExt for Ignore
[src]

Auto Trait Implementations

impl Send for Ignore

impl Sync for Ignore