Struct activitypub::activity::Leave[][src]

pub struct Leave {
    pub leave_props: LeaveProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

Indicates that the actor has left the object.

The target and origin typically have no meaning.

Fields

Trait Implementations

impl Clone for Leave
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Leave
[src]

Formats the value using the given formatter. Read more

impl Default for Leave
[src]

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

impl Object for Leave
[src]

impl Activity for Leave
[src]

Auto Trait Implementations

impl Send for Leave

impl Sync for Leave