Struct activitystreams_types::activity::TentativeReject[][src]

pub struct TentativeReject {
    pub kind: TentativeRejectType,
    pub tentative_reject_props: TentativeRejectProperties,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

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

Fields

Adds all valid tentative_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 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 ObjectExt for TentativeReject
[src]

impl Activity for TentativeReject
[src]

impl ActivityExt for TentativeReject
[src]

Auto Trait Implementations