pub enum CollectorIngressError {
UnsupportedSchemaVersion(String),
}Variants§
Trait Implementations§
Source§impl Debug for CollectorIngressError
impl Debug for CollectorIngressError
Source§impl Display for CollectorIngressError
impl Display for CollectorIngressError
Source§impl Error for CollectorIngressError
impl Error for CollectorIngressError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for CollectorIngressError
impl PartialEq for CollectorIngressError
impl Eq for CollectorIngressError
impl StructuralPartialEq for CollectorIngressError
Auto Trait Implementations§
impl Freeze for CollectorIngressError
impl RefUnwindSafe for CollectorIngressError
impl Send for CollectorIngressError
impl Sync for CollectorIngressError
impl Unpin for CollectorIngressError
impl UnsafeUnpin for CollectorIngressError
impl UnwindSafe for CollectorIngressError
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