pub struct CompareTests {
pub name: Option<String>,
}Fields§
§name: Option<String>Trait Implementations§
Source§impl Command for CompareTests
impl Command for CompareTests
Source§impl TelemetryDescribe for CompareTests
impl TelemetryDescribe for CompareTests
fn telemetry(&self) -> TelemetryInfo
Auto Trait Implementations§
impl Freeze for CompareTests
impl RefUnwindSafe for CompareTests
impl Send for CompareTests
impl Sync for CompareTests
impl Unpin for CompareTests
impl UnsafeUnpin for CompareTests
impl UnwindSafe for CompareTests
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