Struct activitystreams_types::object::Event[][src]

pub struct Event {
    pub object_props: ObjectProperties,
    // some fields omitted
}

Represents any kind of event.

Fields

Adds all valid object properties to this struct

Trait Implementations

impl Clone for Event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Event
[src]

Formats the value using the given formatter. Read more

impl Default for Event
[src]

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

impl Object for Event
[src]

impl ObjectExt for Event
[src]

Auto Trait Implementations

impl Send for Event

impl Sync for Event