Struct activitypub::activity::TentativeReject[][src]

pub struct TentativeReject {
    pub tentative_reject_props: TentativeRejectProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

A specialization of Reject in which the rejection is considered tentative.

Fields

Trait Implementations

impl Clone for TentativeReject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TentativeReject
[src]

Formats the value using the given formatter. Read more

impl Default for TentativeReject
[src]

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

impl Object for TentativeReject
[src]

impl Activity for TentativeReject
[src]

Auto Trait Implementations