Struct rocket_session_store::SessionError
source · [−]pub struct SessionError;Expand description
Errors produced when accessing the session store.
These can be problems like a database connection drop. It implements Responder, returning a 500 status error.
Trait Implementations
Returns Ok if a Response could be generated successfully. Otherwise,
returns an Err with a failing Status. Read more
Auto Trait Implementations
impl RefUnwindSafe for SessionError
impl Send for SessionError
impl Sync for SessionError
impl Unpin for SessionError
impl UnwindSafe for SessionError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
Converts self into a collection.
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more