Struct amy::Notification [] [src]

pub struct Notification {
    pub id: usize,
    pub event: Event,
}

Fields

Trait Implementations

impl Clone for Notification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Notification
[src]

Formats the value using the given formatter.

impl Eq for Notification
[src]

impl PartialEq for Notification
[src]

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

This method tests for !=.