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
kind: ArriveType
arrive_props: ArriveProperties
Adds all valid arrive properties to this struct
object_props: ObjectProperties
Adds all valid object properties to this struct
activity_props: ActivityProperties
Adds all valid activity properties to this struct
Trait Implementations
impl Clone for Arrive[src]
impl Clone for Arrivefn clone(&self) -> Arrive[src]
fn clone(&self) -> ArriveReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Arrive[src]
impl Debug for Arrivefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for Arrive[src]
impl Default for Arriveimpl Object for Arrive[src]
impl Object for Arriveimpl ObjectExt for Arrive[src]
impl ObjectExt for Arrivefn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectPropertiesimpl Activity for Arrive[src]
impl Activity for Arriveimpl IntransitiveActivity for Arrive[src]
impl IntransitiveActivity for Arriveimpl ActivityExt for Arrive[src]
impl ActivityExt for Arrivefn props(&self) -> &ActivityProperties[src]
fn props(&self) -> &ActivityPropertiesfn props_mut(&mut self) -> &mut ActivityProperties[src]
fn props_mut(&mut self) -> &mut ActivityProperties