Enum kube_runtime::watcher::Error [−][src]
pub enum Error { InitialListFailed { source: Error, backtrace: Backtrace, }, WatchStartFailed { source: Error, backtrace: Backtrace, }, WatchError { source: ErrorResponse, backtrace: Backtrace, }, WatchFailed { source: Error, backtrace: Backtrace, }, }
Variants
Show fields
Fields of WatchError
source: ErrorResponse
backtrace: Backtrace
Trait Implementations
impl Error for Error where
Self: Debug + Display,
[src]
impl Error for Error where
Self: Debug + Display,
[src]fn description(&self) -> &str
[src]
fn description(&self) -> &str
[src]👎 Deprecated since 1.42.0:
use the Display impl or to_string()
fn cause(&self) -> Option<&dyn Error>
[src]
fn cause(&self) -> Option<&dyn Error>
[src]👎 Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations
impl<T> AsErrorSource for T where
T: 'static + Error,
[src]
impl<T> AsErrorSource for T where
T: 'static + Error,
[src]pub fn as_error_source(&self) -> &(dyn Error + 'static)
[src]
pub fn as_error_source(&self) -> &(dyn Error + 'static)
[src]For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method receivers. Read more
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]