Struct kube_client::config::InferConfigError
source · pub struct InferConfigError { /* private fields */ }
Available on crate feature
config
only.Expand description
Failed to infer config
Trait Implementations§
source§impl Debug for InferConfigError
impl Debug for InferConfigError
source§impl Display for InferConfigError
impl Display for InferConfigError
source§impl Error for InferConfigError
impl Error for InferConfigError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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()
Auto Trait Implementations§
impl !RefUnwindSafe for InferConfigError
impl Send for InferConfigError
impl Sync for InferConfigError
impl Unpin for InferConfigError
impl !UnwindSafe for InferConfigError
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