pub struct SessionCookie(pub Option<String>);Expand description
Convenience extractors for common cookies
Tuple Fields§
§0: Option<String>Trait Implementations§
Source§impl FromRequestParts for SessionCookie
impl FromRequestParts for SessionCookie
Auto Trait Implementations§
impl Freeze for SessionCookie
impl RefUnwindSafe for SessionCookie
impl Send for SessionCookie
impl Sync for SessionCookie
impl Unpin for SessionCookie
impl UnwindSafe for SessionCookie
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