pub struct TestRunEx2 {
pub bit_value: Option<bool>,
pub created_date: Option<OffsetDateTime>,
pub date_time_value: Option<OffsetDateTime>,
pub field_id: Option<i32>,
pub field_name: Option<String>,
pub float_value: Option<f64>,
pub guid_value: Option<String>,
pub int_value: Option<i32>,
pub project_id: Option<String>,
pub string_value: Option<String>,
pub test_run_id: Option<i32>,
}Fields§
§bit_value: Option<bool>§created_date: Option<OffsetDateTime>§date_time_value: Option<OffsetDateTime>§field_id: Option<i32>§field_name: Option<String>§float_value: Option<f64>§guid_value: Option<String>§int_value: Option<i32>§project_id: Option<String>§string_value: Option<String>§test_run_id: Option<i32>Implementations§
Source§impl TestRunEx2
impl TestRunEx2
Trait Implementations§
Source§impl Clone for TestRunEx2
impl Clone for TestRunEx2
Source§fn clone(&self) -> TestRunEx2
fn clone(&self) -> TestRunEx2
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 TestRunEx2
impl Debug for TestRunEx2
Source§impl Default for TestRunEx2
impl Default for TestRunEx2
Source§fn default() -> TestRunEx2
fn default() -> TestRunEx2
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TestRunEx2
impl<'de> Deserialize<'de> for TestRunEx2
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 TestRunEx2
impl PartialEq for TestRunEx2
Source§impl Serialize for TestRunEx2
impl Serialize for TestRunEx2
impl StructuralPartialEq for TestRunEx2
Auto Trait Implementations§
impl Freeze for TestRunEx2
impl RefUnwindSafe for TestRunEx2
impl Send for TestRunEx2
impl Sync for TestRunEx2
impl Unpin for TestRunEx2
impl UnwindSafe for TestRunEx2
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