Struct activitystreams_types::activity::Reject[][src]

pub struct Reject {
    pub kind: RejectType,
    pub reject_props: RejectProperties,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

Indicates that the actor is rejecting the object.

The target and origin typically have no defined meaning.

Fields

Adds all valid reject 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 Reject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Reject
[src]

Formats the value using the given formatter. Read more

impl Default for Reject
[src]

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

impl Object for Reject
[src]

impl ObjectExt for Reject
[src]

impl Activity for Reject
[src]

impl ActivityExt for Reject
[src]

Auto Trait Implementations

impl Send for Reject

impl Sync for Reject