pub struct TestCancelResponse {
pub run_id: String,
pub state: TestRunState,
}Fields§
§run_id: String§state: TestRunStateTrait Implementations§
Source§impl Clone for TestCancelResponse
impl Clone for TestCancelResponse
Source§fn clone(&self) -> TestCancelResponse
fn clone(&self) -> TestCancelResponse
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 TestCancelResponse
impl Debug for TestCancelResponse
Source§impl<'de> Deserialize<'de> for TestCancelResponse
impl<'de> Deserialize<'de> for TestCancelResponse
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 TestCancelResponse
impl RefUnwindSafe for TestCancelResponse
impl Send for TestCancelResponse
impl Sync for TestCancelResponse
impl Unpin for TestCancelResponse
impl UnsafeUnpin for TestCancelResponse
impl UnwindSafe for TestCancelResponse
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