Struct activitypub::activity::Travel[][src]

pub struct Travel {
    pub travel_props: TravelProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

Indicates that the actor is traveling to target from origin.

Travel is an IntransitiveObject whose actor specifies the direct object. If the target or origin are not specified, either can be determined by context.

Fields

Trait Implementations

impl Clone for Travel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Travel
[src]

Formats the value using the given formatter. Read more

impl Default for Travel
[src]

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

impl Object for Travel
[src]

impl ObjectExt for Travel
[src]

impl ApObjectExt for Travel
[src]

impl Activity for Travel
[src]

impl ActivityExt for Travel
[src]

impl IntransitiveActivity for Travel
[src]

Auto Trait Implementations

impl Send for Travel

impl Sync for Travel