pub enum InspectErrorCode {
HttpError,
InvalidJson,
InvalidMediaType,
InvalidRedirect,
ResponseTooLarge,
ServiceIdentityMismatch,
ValidationFailed,
}Variants§
HttpError
InvalidJson
InvalidMediaType
InvalidRedirect
ResponseTooLarge
ServiceIdentityMismatch
ValidationFailed
Trait Implementations§
Source§impl Clone for InspectErrorCode
impl Clone for InspectErrorCode
Source§fn clone(&self) -> InspectErrorCode
fn clone(&self) -> InspectErrorCode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InspectErrorCode
Source§impl Debug for InspectErrorCode
impl Debug for InspectErrorCode
impl Eq for InspectErrorCode
Source§impl PartialEq for InspectErrorCode
impl PartialEq for InspectErrorCode
impl StructuralPartialEq for InspectErrorCode
Auto Trait Implementations§
impl Freeze for InspectErrorCode
impl RefUnwindSafe for InspectErrorCode
impl Send for InspectErrorCode
impl Sync for InspectErrorCode
impl Unpin for InspectErrorCode
impl UnsafeUnpin for InspectErrorCode
impl UnwindSafe for InspectErrorCode
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