Struct activitystreams::activity::AMove [] [src]

pub struct AMove {
    pub kind: MoveType,
    pub move_props: ActorAndObjectOptOthers,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

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

Adds all valid move 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 AMove
[src]

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for AMove
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl Activity for AMove
[src]

impl Clone for AMove
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AMove
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for AMove
[src]

[src]

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

Auto Trait Implementations

impl Send for AMove

impl Sync for AMove