pub struct TestTagsUpdateModel {
pub tags: Vec<Value>,
}Expand description
Tags to update to a run or result.
Fields§
Implementations§
Trait Implementations§
Source§impl Clone for TestTagsUpdateModel
impl Clone for TestTagsUpdateModel
Source§fn clone(&self) -> TestTagsUpdateModel
fn clone(&self) -> TestTagsUpdateModel
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 TestTagsUpdateModel
impl Debug for TestTagsUpdateModel
Source§impl Default for TestTagsUpdateModel
impl Default for TestTagsUpdateModel
Source§fn default() -> TestTagsUpdateModel
fn default() -> TestTagsUpdateModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TestTagsUpdateModel
impl<'de> Deserialize<'de> for TestTagsUpdateModel
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 TestTagsUpdateModel
impl PartialEq for TestTagsUpdateModel
Source§impl Serialize for TestTagsUpdateModel
impl Serialize for TestTagsUpdateModel
impl StructuralPartialEq for TestTagsUpdateModel
Auto Trait Implementations§
impl Freeze for TestTagsUpdateModel
impl RefUnwindSafe for TestTagsUpdateModel
impl Send for TestTagsUpdateModel
impl Sync for TestTagsUpdateModel
impl Unpin for TestTagsUpdateModel
impl UnwindSafe for TestTagsUpdateModel
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