Struct tower_cookies::CookieManager
source · pub struct CookieManager<S> { /* private fields */ }
Expand description
Middleware to use Cookies
.
Implementations§
source§impl<S> CookieManager<S>
impl<S> CookieManager<S>
Trait Implementations§
source§impl<S: Clone> Clone for CookieManager<S>
impl<S: Clone> Clone for CookieManager<S>
source§fn clone(&self) -> CookieManager<S>
fn clone(&self) -> CookieManager<S>
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<S: Debug> Debug for CookieManager<S>
impl<S: Debug> Debug for CookieManager<S>
Auto Trait Implementations§
impl<S> Freeze for CookieManager<S>where
S: Freeze,
impl<S> RefUnwindSafe for CookieManager<S>where
S: RefUnwindSafe,
impl<S> Send for CookieManager<S>where
S: Send,
impl<S> Sync for CookieManager<S>where
S: Sync,
impl<S> Unpin for CookieManager<S>where
S: Unpin,
impl<S> UnwindSafe for CookieManager<S>where
S: UnwindSafe,
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