pub struct HandlerCookieKey;Available on crate features
private-cookies or signed-cookies only.Expand description
A type that represents the cookie key as a property.
Implementations§
Auto Trait Implementations§
impl Freeze for HandlerCookieKey
impl RefUnwindSafe for HandlerCookieKey
impl Send for HandlerCookieKey
impl Sync for HandlerCookieKey
impl Unpin for HandlerCookieKey
impl UnwindSafe for HandlerCookieKey
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