pub struct TestId {
pub file: String,
pub function: String,
pub line: u32,
pub unit_id: u64,
}Expand description
Identifier for a test.
Fields§
§file: String§function: String§line: u32§unit_id: u64Trait Implementations§
Source§impl<'de> Deserialize<'de> for TestId
impl<'de> Deserialize<'de> for TestId
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
Auto Trait Implementations§
impl Freeze for TestId
impl RefUnwindSafe for TestId
impl Send for TestId
impl Sync for TestId
impl Unpin for TestId
impl UnsafeUnpin for TestId
impl UnwindSafe for TestId
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