Struct sozu_lib::network::protocol::pipe::Pipe[][src]

pub struct Pipe<Front: SocketHandler> {
    pub frontend: Front,
    pub front_buf: Checkout<BufferQueue>,
    pub app_id: Option<String>,
    pub request_id: String,
    pub readiness: Readiness,
    pub log_ctx: String,
    // some fields omitted
}

Fields

Methods

impl<Front: SocketHandler> Pipe<Front>
[src]

Auto Trait Implementations

impl<Front> Send for Pipe<Front> where
    Front: Send

impl<Front> Sync for Pipe<Front> where
    Front: Sync