Struct activitypub::activity::AMove[][src]

pub struct AMove {
    pub move_props: MoveProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

Indicates that the actor has moved object from origin to target.

If the origin or target are not specified, either can be determined by context.

Fields

Trait Implementations

impl Clone for AMove
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AMove
[src]

Formats the value using the given formatter. Read more

impl Default for AMove
[src]

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

impl Object for AMove
[src]

impl Activity for AMove
[src]

Auto Trait Implementations

impl Send for AMove

impl Sync for AMove