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