pub struct HeaderSticky { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for HeaderSticky
impl Clone for HeaderSticky
Source§fn clone(&self) -> HeaderSticky
fn clone(&self) -> HeaderSticky
Returns a duplicate 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 moreSource§impl Debug for HeaderSticky
impl Debug for HeaderSticky
Source§impl RouteStrategy for HeaderSticky
impl RouteStrategy for HeaderSticky
fn route<'a>( &self, ctx: &RouteCtx<'a>, _pool: &'a BackendPool, ) -> RoutingDecision<'a>
Auto Trait Implementations§
impl Freeze for HeaderSticky
impl RefUnwindSafe for HeaderSticky
impl Send for HeaderSticky
impl Sync for HeaderSticky
impl Unpin for HeaderSticky
impl UnsafeUnpin for HeaderSticky
impl UnwindSafe for HeaderSticky
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more