pub struct FoundFileTests {
pub path: String,
pub tests: Vec<TestItem>,
}Fields§
§path: String§tests: Vec<TestItem>Trait Implementations§
Source§impl Debug for FoundFileTests
impl Debug for FoundFileTests
Source§impl<'de> Deserialize<'de> for FoundFileTests
impl<'de> Deserialize<'de> for FoundFileTests
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 Eq for FoundFileTests
Source§impl PartialEq for FoundFileTests
impl PartialEq for FoundFileTests
Source§fn eq(&self, other: &FoundFileTests) -> bool
fn eq(&self, other: &FoundFileTests) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FoundFileTests
impl Serialize for FoundFileTests
impl StructuralPartialEq for FoundFileTests
Auto Trait Implementations§
impl Freeze for FoundFileTests
impl RefUnwindSafe for FoundFileTests
impl Send for FoundFileTests
impl Sync for FoundFileTests
impl Unpin for FoundFileTests
impl UnsafeUnpin for FoundFileTests
impl UnwindSafe for FoundFileTests
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