Struct sozu_lib::protocol::http::StickySession
source · pub struct StickySession {
pub sticky_id: String,
}
Fields§
§sticky_id: String
Implementations§
source§impl StickySession
impl StickySession
pub fn new(backend_id: String) -> StickySession
Trait Implementations§
source§impl Clone for StickySession
impl Clone for StickySession
source§fn clone(&self) -> StickySession
fn clone(&self) -> StickySession
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more