Struct activitystreams::activity::Arrive [] [src]

pub struct Arrive {
    pub kind: ArriveType,
    pub arrive_props: ActorAndOrigin,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

An IntransitiveActivity that indicates that the actor has arrived at the location.

The origin can be used to identify the context from which the actor originated. The target typically has no defined meaning.

Fields

Adds all valid arrive 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 Arrive
[src]

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl IntransitiveActivity for Arrive
[src]

impl Serialize for Arrive
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl Activity for Arrive
[src]

impl Clone for Arrive
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Arrive
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Arrive
[src]

[src]

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

Auto Trait Implementations

impl Send for Arrive

impl Sync for Arrive