pub struct CookieLayer { /* private fields */ }
Expand description
A middleware layer for processing cookies. This layer integrates cookie management into the middleware stack.
Implementations§
Source§impl CookieLayer
impl CookieLayer
Trait Implementations§
Source§impl Clone for CookieLayer
impl Clone for CookieLayer
Source§fn clone(&self) -> CookieLayer
fn clone(&self) -> CookieLayer
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for CookieLayer
impl Default for CookieLayer
Source§fn default() -> CookieLayer
fn default() -> CookieLayer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CookieLayer
impl RefUnwindSafe for CookieLayer
impl Send for CookieLayer
impl Sync for CookieLayer
impl Unpin for CookieLayer
impl UnwindSafe for CookieLayer
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