Struct activitypub::activity::TentativeAccept[][src]

pub struct TentativeAccept {
    pub tentative_accept_props: TentativeAcceptProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

A specialization of Accept indicating that the acceptance is tentative.

Fields

Trait Implementations

impl Clone for TentativeAccept
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TentativeAccept
[src]

Formats the value using the given formatter. Read more

impl Default for TentativeAccept
[src]

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

impl Object for TentativeAccept
[src]

impl ObjectExt for TentativeAccept
[src]

impl ApObjectExt for TentativeAccept
[src]

impl Activity for TentativeAccept
[src]

impl ActivityExt for TentativeAccept
[src]

Auto Trait Implementations