Struct activitystreams_types::activity::Leave [−][src]
pub struct Leave {
pub kind: LeaveType,
pub leave_props: LeaveProperties,
pub object_props: ObjectProperties,
pub activity_props: ActivityProperties,
}Indicates that the actor has left the object.
The target and origin typically have no meaning.
Fields
kind: LeaveType
leave_props: LeaveProperties
Adds all valid leave 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 Leave[src]
impl Clone for Leavefn clone(&self) -> Leave[src]
fn clone(&self) -> LeaveReturns 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 Leave[src]
impl Debug for Leavefn 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 Leave[src]
impl Default for Leaveimpl Object for Leave[src]
impl Object for Leaveimpl ObjectExt for Leave[src]
impl ObjectExt for Leavefn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectPropertiesimpl Activity for Leave[src]
impl Activity for Leaveimpl ActivityExt for Leave[src]
impl ActivityExt for Leavefn props(&self) -> &ActivityProperties[src]
fn props(&self) -> &ActivityPropertiesfn props_mut(&mut self) -> &mut ActivityProperties[src]
fn props_mut(&mut self) -> &mut ActivityProperties