Struct activitystreams_types::activity::Arrive [] [src]

pub struct Arrive {
    pub kind: ArriveType,
    pub arrive_props: ArriveProperties,
    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 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

impl Object for Arrive
[src]

impl Activity for Arrive
[src]

impl IntransitiveActivity for Arrive
[src]

Auto Trait Implementations

impl Send for Arrive

impl Sync for Arrive