pub enum TestSuiteRunTestResultTest {
TestSuiteTestVoice(TestSuiteTestVoice),
}Expand description
TestSuiteRunTestResultTest : This is the test that was run. This is the test that was run.
Variants§
TestSuiteTestVoice(TestSuiteTestVoice)
Trait Implementations§
Source§impl Clone for TestSuiteRunTestResultTest
impl Clone for TestSuiteRunTestResultTest
Source§fn clone(&self) -> TestSuiteRunTestResultTest
fn clone(&self) -> TestSuiteRunTestResultTest
Returns a copy of the value. Read more
1.0.0 · 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 TestSuiteRunTestResultTest
impl Debug for TestSuiteRunTestResultTest
Source§impl Default for TestSuiteRunTestResultTest
impl Default for TestSuiteRunTestResultTest
Source§impl<'de> Deserialize<'de> for TestSuiteRunTestResultTest
impl<'de> Deserialize<'de> for TestSuiteRunTestResultTest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for TestSuiteRunTestResultTest
Auto Trait Implementations§
impl Freeze for TestSuiteRunTestResultTest
impl RefUnwindSafe for TestSuiteRunTestResultTest
impl Send for TestSuiteRunTestResultTest
impl Sync for TestSuiteRunTestResultTest
impl Unpin for TestSuiteRunTestResultTest
impl UnwindSafe for TestSuiteRunTestResultTest
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