pub struct UnauthorizedError;Trait Implementations§
source§fn error_response(&self) -> HttpResponse
 
fn error_response(&self) -> HttpResponse
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§
Blanket Implementations§
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