Struct sozu_command_lib::messages::OrderMessage[][src]

pub struct OrderMessage {
    pub id: MessageId,
    pub order: Order,
}

Fields

Trait Implementations

impl Debug for OrderMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for OrderMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for OrderMessage
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations