pub struct TestBinary {
pub name: String,
pub path: Utf8PathBuf,
}
Expand description
A binary that has a test harness that is like libtest
Fields§
§name: String
The name of this binary.
path: Utf8PathBuf
Relative path to the binary relative to the rust_doctest_builder output directory.
Trait Implementations§
Source§impl Debug for TestBinary
impl Debug for TestBinary
Source§impl<'de> Deserialize<'de> for TestBinary
impl<'de> Deserialize<'de> for TestBinary
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 TestBinary
impl RefUnwindSafe for TestBinary
impl Send for TestBinary
impl Sync for TestBinary
impl Unpin for TestBinary
impl UnwindSafe for TestBinary
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