Struct activitypub::activity::Invite[][src]

pub struct Invite {
    pub invite_props: InviteProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

A specialization of Offer in which the actor is extending an invitation for the object to the target.

Fields

Trait Implementations

impl Clone for Invite
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Invite
[src]

Formats the value using the given formatter. Read more

impl Default for Invite
[src]

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

impl Object for Invite
[src]

impl Activity for Invite
[src]

Auto Trait Implementations

impl Send for Invite

impl Sync for Invite