Struct activitypub::activity::Join[][src]

pub struct Join {
    pub join_props: JoinProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

Indicates that the actor has joined the object.

The target and origin typically have no defined meaning

Fields

Trait Implementations

impl Clone for Join
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Join
[src]

Formats the value using the given formatter. Read more

impl Default for Join
[src]

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

impl Object for Join
[src]

impl ObjectExt for Join
[src]

impl ApObjectExt for Join
[src]

impl Activity for Join
[src]

impl ActivityExt for Join
[src]

Auto Trait Implementations

impl Send for Join

impl Sync for Join