Struct activitystreams::activity::Leave[][src]

pub struct Leave {
    pub kind: LeaveType,
    pub leave_props: ActorAndObject,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

Indicates that the actor has left the object.

The target and origin typically have no meaning.

Fields

Adds all valid leave properties to this struct

Adds all valid object properties to this struct

Adds all valid activity properties to this struct

Trait Implementations

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

Deserialize this value from the given Serde deserializer. Read more

impl Object for Leave
[src]

impl ActivityExt for Leave
[src]

impl Clone for Leave
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Leave
[src]

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

impl ObjectExt for Leave
[src]

impl Debug for Leave
[src]

Formats the value using the given formatter. Read more

impl Serialize for Leave
[src]

Serialize this value into the given Serde serializer. Read more

impl Activity for Leave
[src]

Auto Trait Implementations

impl Send for Leave

impl Sync for Leave