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