Struct wick_config::config::test_case::TestCase
source · pub struct TestCase { /* private fields */ }Expand description
A test case for a component.
Implementations§
Trait Implementations§
source§impl PartialEq<TestCase> for TestCase
impl PartialEq<TestCase> for TestCase
source§impl TryFrom<TestCase> for TestDefinition
impl TryFrom<TestCase> for TestDefinition
§type Error = ManifestError
type Error = ManifestError
The type returned in the event of a conversion error.
source§impl TryFrom<TestDefinition> for TestCase
impl TryFrom<TestDefinition> for TestCase
§type Error = ManifestError
type Error = ManifestError
The type returned in the event of a conversion error.
source§fn try_from(value: TestDefinition) -> Result<Self, ManifestError>
fn try_from(value: TestDefinition) -> Result<Self, ManifestError>
Performs the conversion.
impl StructuralPartialEq for TestCase
Auto Trait Implementations§
impl RefUnwindSafe for TestCase
impl Send for TestCase
impl Sync for TestCase
impl Unpin for TestCase
impl UnwindSafe for TestCase
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