Struct activitystreams_types::activity::Invite[][src]

pub struct Invite {
    pub kind: InviteType,
    pub invite_props: InviteProperties,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

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

Fields

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

impl Activity for Invite
[src]

impl ActivityExt for Invite
[src]

Auto Trait Implementations

impl Send for Invite

impl Sync for Invite