Struct activitystreams::activity::Join[][src]

pub struct Join {
    pub kind: JoinType,
    pub join_props: ActorAndObject,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

Indicates that the actor has joined the object.

The target and origin typically have no defined meaning

Fields

Adds all valid join 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 Join
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Object for Join
[src]

impl ActivityExt for Join
[src]

impl Clone for Join
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Join
[src]

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

impl ObjectExt for Join
[src]

impl Debug for Join
[src]

Formats the value using the given formatter. Read more

impl Serialize for Join
[src]

Serialize this value into the given Serde serializer. Read more

impl Activity for Join
[src]

Auto Trait Implementations

impl Send for Join

impl Sync for Join