pub struct TestStartResponse {
pub run_id: String,
pub state: TestRunState,
}Fields§
§run_id: String§state: TestRunStateTrait Implementations§
Source§impl Clone for TestStartResponse
impl Clone for TestStartResponse
Source§fn clone(&self) -> TestStartResponse
fn clone(&self) -> TestStartResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TestStartResponse
impl Debug for TestStartResponse
Source§impl<'de> Deserialize<'de> for TestStartResponse
impl<'de> Deserialize<'de> for TestStartResponse
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 TestStartResponse
impl RefUnwindSafe for TestStartResponse
impl Send for TestStartResponse
impl Sync for TestStartResponse
impl Unpin for TestStartResponse
impl UnsafeUnpin for TestStartResponse
impl UnwindSafe for TestStartResponse
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