Struct atuin_common::api::ErrorResponseStatus [−][src]
pub struct ErrorResponseStatus<'a> {
pub error: ErrorResponse<'a>,
pub status: StatusCode,
}
Fields
error: ErrorResponse<'a>
status: StatusCode
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ErrorResponseStatus<'a>
impl<'a> Send for ErrorResponseStatus<'a>
impl<'a> Sync for ErrorResponseStatus<'a>
impl<'a> Unpin for ErrorResponseStatus<'a>
impl<'a> UnwindSafe for ErrorResponseStatus<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
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