Struct sozu_command_lib::proxy::ProxyRequest[][src]

pub struct ProxyRequest {
    pub id: MessageId,
    pub order: ProxyRequestData,
}

Fields

Trait Implementations

impl Debug for ProxyRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for ProxyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for ProxyRequest
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations