pub struct TagSetData {
pub job_id: String,
pub tags: Vec<String>,
}Expand description
Response for tag set command.
Fields§
§job_id: StringThe new deduplicated tag list as persisted to meta.json.
Trait Implementations§
Source§impl Debug for TagSetData
impl Debug for TagSetData
Source§impl<'de> Deserialize<'de> for TagSetData
impl<'de> Deserialize<'de> for TagSetData
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 TagSetData
impl RefUnwindSafe for TagSetData
impl Send for TagSetData
impl Sync for TagSetData
impl Unpin for TagSetData
impl UnsafeUnpin for TagSetData
impl UnwindSafe for TagSetData
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