pub enum ResponsesTypes {
Informational(ResponsesInformationalCodes),
Success(ResponsesSuccessCodes),
Redirection(ResponsesRedirectionCodes),
ClientError(ResponsesClientCodes),
ServerError(ResponsesServerCodes),
ServiceError(ResponsesServiceCodes),
CrawlerError(ResponsesCrawlerCodes),
LocalApiError(ResponsesLocalApiCodes),
}Variants§
Informational(ResponsesInformationalCodes)
Success(ResponsesSuccessCodes)
Redirection(ResponsesRedirectionCodes)
ClientError(ResponsesClientCodes)
ServerError(ResponsesServerCodes)
ServiceError(ResponsesServiceCodes)
CrawlerError(ResponsesCrawlerCodes)
LocalApiError(ResponsesLocalApiCodes)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResponsesTypes
impl RefUnwindSafe for ResponsesTypes
impl Send for ResponsesTypes
impl Sync for ResponsesTypes
impl Unpin for ResponsesTypes
impl UnwindSafe for ResponsesTypes
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