Struct sn0int_std::web::HttpSession
source · pub struct HttpSession {
pub cookies: CookieJar,
/* private fields */
}
Fields§
Implementations§
source§impl HttpSession
impl HttpSession
pub fn new() -> (String, HttpSession)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HttpSession
impl Send for HttpSession
impl Sync for HttpSession
impl Unpin for HttpSession
impl UnwindSafe for HttpSession
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere T: 'a,
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