pub struct CookieJar<K = Plain> { /* private fields */ }Expand description
container of cookies extracted from request.
Implementations§
Trait Implementations§
source§impl<'a, 'r, C, B, K> FromRequest<'a, WebContext<'r, C, B>> for CookieJar<K>
impl<'a, 'r, C, B, K> FromRequest<'a, WebContext<'r, C, B>> for CookieJar<K>
Auto Trait Implementations§
impl<K> RefUnwindSafe for CookieJar<K>where
K: RefUnwindSafe,
impl<K> Send for CookieJar<K>where
K: Send,
impl<K> Sync for CookieJar<K>where
K: Sync,
impl<K> Unpin for CookieJar<K>where
K: Unpin,
impl<K> UnwindSafe for CookieJar<K>where
K: 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