Struct activitypub::activity::Reject[][src]

pub struct Reject {
    pub reject_props: RejectProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

Indicates that the actor is rejecting the object.

The target and origin typically have no defined meaning.

Fields

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

impl Activity for Reject
[src]

impl ActivityExt for Reject
[src]

Auto Trait Implementations

impl Send for Reject

impl Sync for Reject