pub enum IntegrationHarnessError {
Unsupported {
harness: String,
},
}Expand description
Unsupported harness name.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IntegrationHarnessError
impl Clone for IntegrationHarnessError
Source§fn clone(&self) -> IntegrationHarnessError
fn clone(&self) -> IntegrationHarnessError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IntegrationHarnessError
impl Debug for IntegrationHarnessError
impl Eq for IntegrationHarnessError
Source§impl PartialEq for IntegrationHarnessError
impl PartialEq for IntegrationHarnessError
impl StructuralPartialEq for IntegrationHarnessError
Auto Trait Implementations§
impl Freeze for IntegrationHarnessError
impl RefUnwindSafe for IntegrationHarnessError
impl Send for IntegrationHarnessError
impl Sync for IntegrationHarnessError
impl Unpin for IntegrationHarnessError
impl UnsafeUnpin for IntegrationHarnessError
impl UnwindSafe for IntegrationHarnessError
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