pub struct Config<S, G, V>(_);
Available on crate feature
session
only.Expand description
A configuration for SessionMiddleware.
Implementations
Trait Implementations
sourceimpl<S, G, V> Cookieable for Config<S, G, V>
impl<S, G, V> Cookieable for Config<S, G, V>
sourcefn options(&self) -> &CookieOptions
fn options(&self) -> &CookieOptions
Available on crate features
cookie-private
and cookie-signed
and cookie
only.Gets the options of the cookie.
Available on crate features
cookie-private
and cookie-signed
and cookie
only.Gets a cookie from the cookies.
Available on crate features
cookie-private
and cookie-signed
and cookie
only.Deletes a cookie from the cookies.
Available on crate features
cookie-private
and cookie-signed
and cookie
only.Sets a cookie from the cookies.
Auto Trait Implementations
impl<S, G, V> RefUnwindSafe for Config<S, G, V> where
G: RefUnwindSafe,
S: RefUnwindSafe,
V: RefUnwindSafe,
impl<S, G, V> Send for Config<S, G, V> where
G: Send + Sync,
S: Send + Sync,
V: Send + Sync,
impl<S, G, V> Sync for Config<S, G, V> where
G: Send + Sync,
S: Send + Sync,
V: Send + Sync,
impl<S, G, V> Unpin for Config<S, G, V>
impl<S, G, V> UnwindSafe for Config<S, G, V> where
G: RefUnwindSafe,
S: RefUnwindSafe,
V: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T> where
T: Future, type Output = <T as Future>::Output;
fn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T> where
T: Future, type Output = <T as Future>::Output;
T: Future, type Output = <T as Future>::Output;
sourcefn in_current_span(self) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T> where
T: Future, type Output = <T as Future>::Output;
fn in_current_span(self) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T> where
T: Future, type Output = <T as Future>::Output;
T: Future, type Output = <T as Future>::Output;
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T> where
T: Future, type Output = <T as Future>::Output;
where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T> where
T: Future, type Output = <T as Future>::Output;
where
S: Into<Dispatch>,
T: Future, type Output = <T as Future>::Output;
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T> where
T: Future, type Output = <T as Future>::Output;
fn with_current_subscriber(self) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T> where
T: Future, type Output = <T as Future>::Output;
T: Future, type Output = <T as Future>::Output;
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more