Struct actix_web::middleware::session::CookieSession
source · pub struct CookieSession { /* private fields */ }Expand description
Session that uses signed cookies as session storage
Trait Implementations
sourceimpl SessionImpl for CookieSession
impl SessionImpl for CookieSession
sourcefn write(&self, resp: HttpResponse) -> Result<Response>
fn write(&self, resp: HttpResponse) -> Result<Response>
Write session to storage backend.
Auto Trait Implementations
impl RefUnwindSafe for CookieSession
impl !Send for CookieSession
impl !Sync for CookieSession
impl Unpin for CookieSession
impl UnwindSafe for CookieSession
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more