pub enum AgentDetectError {
FeatureDisabled,
UnknownConnectors {
connectors: Vec<String>,
},
}Variants§
Trait Implementations§
Source§impl Debug for AgentDetectError
impl Debug for AgentDetectError
Source§impl Display for AgentDetectError
impl Display for AgentDetectError
Source§impl Error for AgentDetectError
impl Error for AgentDetectError
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()
Auto Trait Implementations§
impl Freeze for AgentDetectError
impl RefUnwindSafe for AgentDetectError
impl Send for AgentDetectError
impl Sync for AgentDetectError
impl Unpin for AgentDetectError
impl UnsafeUnpin for AgentDetectError
impl UnwindSafe for AgentDetectError
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