Enum xio_common::Notification[][src]

pub enum Notification {
    JobPositionAt(Notification),
    JobStopped(Notification),
    MeasurementData(Notification),
}

Variants

Trait Implementations

impl From<Notification> for Notification
[src]

Performs the conversion.

impl From<Notification> for Notification
[src]

Performs the conversion.

impl From<Notification> for Notification
[src]

Performs the conversion.

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. Read more

impl HasCommandId for Notification
[src]

Auto Trait Implementations