Enum test_runners_lib::errors::NamespaceError
source · pub enum NamespaceError {
Clone(ComponentNamespaceError),
}
Expand description
Error encountered while working runner::component::ComponentNamespace.
Variants§
Clone(ComponentNamespaceError)
Trait Implementations§
source§impl Debug for NamespaceError
impl Debug for NamespaceError
source§impl Display for NamespaceError
impl Display for NamespaceError
source§impl Error for NamespaceError
impl Error for NamespaceError
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()
source§impl From<ComponentNamespaceError> for NamespaceError
impl From<ComponentNamespaceError> for NamespaceError
source§fn from(source: ComponentNamespaceError) -> Self
fn from(source: ComponentNamespaceError) -> Self
Converts to this type from the input type.
source§impl From<NamespaceError> for EnumerationError
impl From<NamespaceError> for EnumerationError
source§fn from(e: NamespaceError) -> Self
fn from(e: NamespaceError) -> Self
Converts to this type from the input type.
source§impl From<NamespaceError> for RunTestError
impl From<NamespaceError> for RunTestError
source§fn from(source: NamespaceError) -> Self
fn from(source: NamespaceError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for NamespaceError
impl Send for NamespaceError
impl Sync for NamespaceError
impl Unpin for NamespaceError
impl !UnwindSafe for NamespaceError
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