Struct activitystreams_types::object::Event [−][src]
pub struct Event {
pub object_props: ObjectProperties,
// some fields omitted
}Represents any kind of event.
Fields
object_props: ObjectProperties
Adds all valid object properties to this struct
Trait Implementations
impl Clone for Event[src]
impl Clone for Eventfn clone(&self) -> Event[src]
fn clone(&self) -> EventReturns 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 Event[src]
impl Debug for Eventfn 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 Event[src]
impl Default for Eventimpl Object for Event[src]
impl Object for Eventimpl ObjectExt for Event[src]
impl ObjectExt for Eventfn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectProperties