Struct activitystreams::activity::Invite [] [src]

pub struct Invite {
    pub kind: InviteType,
    pub invite_props: ActorObjectAndTarget,
    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 Object for Invite
[src]

impl<'de> Deserialize<'de> for Invite
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for Invite
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl Activity for Invite
[src]

impl Clone for Invite
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Invite
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Invite
[src]

[src]

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

Auto Trait Implementations

impl Send for Invite

impl Sync for Invite