Struct tower_cookies::CookieManagerLayer
source · pub struct CookieManagerLayer { /* private fields */ }
Expand description
Layer to apply CookieManager
middleware.
Implementations§
Trait Implementations§
source§impl Clone for CookieManagerLayer
impl Clone for CookieManagerLayer
source§fn clone(&self) -> CookieManagerLayer
fn clone(&self) -> CookieManagerLayer
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 moresource§impl Debug for CookieManagerLayer
impl Debug for CookieManagerLayer
source§impl Default for CookieManagerLayer
impl Default for CookieManagerLayer
source§fn default() -> CookieManagerLayer
fn default() -> CookieManagerLayer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CookieManagerLayer
impl RefUnwindSafe for CookieManagerLayer
impl Send for CookieManagerLayer
impl Sync for CookieManagerLayer
impl Unpin for CookieManagerLayer
impl UnwindSafe for CookieManagerLayer
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