pub enum ViturRequestErrorKind {
PrepareRequest,
SendRequest,
NotFound,
FailureResponse,
ParseResponse,
Other,
}
Expand description
Re-exports
Variants§
Trait Implementations§
Source§impl Debug for ViturRequestErrorKind
impl Debug for ViturRequestErrorKind
Auto Trait Implementations§
impl Freeze for ViturRequestErrorKind
impl RefUnwindSafe for ViturRequestErrorKind
impl Send for ViturRequestErrorKind
impl Sync for ViturRequestErrorKind
impl Unpin for ViturRequestErrorKind
impl UnwindSafe for ViturRequestErrorKind
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