Struct hexchat_plugin::EventAttrs[][src]

pub struct EventAttrs<'a> {
    pub server_time: Option<SystemTime>,
    // some fields omitted
}

Event attributes.

Fields

Server time.

Trait Implementations

impl<'a> Clone for EventAttrs<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a> Send for EventAttrs<'a>

impl<'a> Sync for EventAttrs<'a>