pub struct AbortTestRunRequest {
pub options: Option<i32>,
pub project_name: Option<String>,
pub revision: Option<i32>,
pub test_run_id: Option<i32>,
}Fields§
§options: Option<i32>§project_name: Option<String>§revision: Option<i32>§test_run_id: Option<i32>Implementations§
Trait Implementations§
Source§impl Clone for AbortTestRunRequest
impl Clone for AbortTestRunRequest
Source§fn clone(&self) -> AbortTestRunRequest
fn clone(&self) -> AbortTestRunRequest
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 AbortTestRunRequest
impl Debug for AbortTestRunRequest
Source§impl Default for AbortTestRunRequest
impl Default for AbortTestRunRequest
Source§fn default() -> AbortTestRunRequest
fn default() -> AbortTestRunRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AbortTestRunRequest
impl<'de> Deserialize<'de> for AbortTestRunRequest
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
Source§impl PartialEq for AbortTestRunRequest
impl PartialEq for AbortTestRunRequest
Source§impl Serialize for AbortTestRunRequest
impl Serialize for AbortTestRunRequest
impl StructuralPartialEq for AbortTestRunRequest
Auto Trait Implementations§
impl Freeze for AbortTestRunRequest
impl RefUnwindSafe for AbortTestRunRequest
impl Send for AbortTestRunRequest
impl Sync for AbortTestRunRequest
impl Unpin for AbortTestRunRequest
impl UnwindSafe for AbortTestRunRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<D> DeserializeWith<JsonFormat> for Dwhere
D: DeserializeOwned,
impl<D> DeserializeWith<JsonFormat> for Dwhere
D: DeserializeOwned,
Source§fn deserialize_with(body: ResponseBody) -> Result<D, Error>
fn deserialize_with(body: ResponseBody) -> Result<D, Error>
Deserialize the response body using the specified format. Read more