pub struct RunTestsResponse {
pub test_run_id: String,
}Expand description
Response from the unified Test Runner API (v65.0+).
Fields§
§test_run_id: StringTest run ID for tracking results.
Trait Implementations§
Source§impl Clone for RunTestsResponse
impl Clone for RunTestsResponse
Source§fn clone(&self) -> RunTestsResponse
fn clone(&self) -> RunTestsResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RunTestsResponse
impl Debug for RunTestsResponse
Source§impl<'de> Deserialize<'de> for RunTestsResponse
impl<'de> Deserialize<'de> for RunTestsResponse
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 RunTestsResponse
impl RefUnwindSafe for RunTestsResponse
impl Send for RunTestsResponse
impl Sync for RunTestsResponse
impl Unpin for RunTestsResponse
impl UnwindSafe for RunTestsResponse
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