pub struct TagsJobFacet {
pub base: BaseFacet,
pub tags: Vec<TagsJobFacetFields>,
}Expand description
Business tags on a job (the tags job facet).
Fields§
§base: BaseFacetCommon facet fields (_producer, _schemaURL).
The tags applied to the job.
Trait Implementations§
Source§impl Clone for TagsJobFacet
impl Clone for TagsJobFacet
Source§fn clone(&self) -> TagsJobFacet
fn clone(&self) -> TagsJobFacet
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 TagsJobFacet
impl Debug for TagsJobFacet
Source§impl<'de> Deserialize<'de> for TagsJobFacet
impl<'de> Deserialize<'de> for TagsJobFacet
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 TagsJobFacet
impl RefUnwindSafe for TagsJobFacet
impl Send for TagsJobFacet
impl Sync for TagsJobFacet
impl Unpin for TagsJobFacet
impl UnsafeUnpin for TagsJobFacet
impl UnwindSafe for TagsJobFacet
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