Struct sozu_lib::network::protocol::http::StickySession[][src]

pub struct StickySession {
    pub sticky_id: String,
}

Fields

Methods

impl StickySession
[src]

Trait Implementations

impl Clone for StickySession
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations