Struct actix_session::SessionInsertError
source · pub struct SessionInsertError(_);
Expand description
Error returned by Session::insert
.
Trait Implementations
sourceimpl Debug for SessionInsertError
impl Debug for SessionInsertError
sourceimpl Display for SessionInsertError
impl Display for SessionInsertError
sourceimpl Error for SessionInsertError
impl Error for SessionInsertError
sourcefn source(&self) -> Option<&(dyn StdError + 'static)>
fn source(&self) -> Option<&(dyn StdError + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl From<Error> for SessionInsertError
impl From<Error> for SessionInsertError
sourcefn from(original: Error) -> SessionInsertError
fn from(original: Error) -> SessionInsertError
Converts to this type from the input type.
sourceimpl ResponseError for SessionInsertError
impl ResponseError for SessionInsertError
sourcefn error_response(&self) -> HttpResponse<BoxBody>
fn error_response(&self) -> HttpResponse<BoxBody>
Creates full response for error. Read more
fn status_code(&self) -> StatusCode
fn status_code(&self) -> StatusCode
Returns appropriate status code for error. Read more
Auto Trait Implementations
impl !RefUnwindSafe for SessionInsertError
impl Send for SessionInsertError
impl Sync for SessionInsertError
impl Unpin for SessionInsertError
impl !UnwindSafe for SessionInsertError
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