Struct fruently::event_record::Event [] [src]

pub struct Event<T: Serialize> { /* fields omitted */ }

Methods

impl<T: Serialize> Event<T>
[src]

Trait Implementations

impl<T: Debug + Serialize> Debug for Event<T>
[src]

Formats the value using the given formatter.

impl<T: Clone + Serialize> Clone for Event<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: PartialEq + Serialize> PartialEq for Event<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T: Eq + Serialize> Eq for Event<T>
[src]