Struct assemblyline_models::messages::task::TagItem
source · pub struct TagItem {
pub tag_type: String,
pub value: String,
pub score: Option<i32>,
}
Expand description
Tag Item
Fields§
§tag_type: String
Type of tag item
value: String
Value of tag item
score: Option<i32>
Score of tag item
Trait Implementations§
source§impl<'de> Deserialize<'de> for TagItem
impl<'de> Deserialize<'de> for TagItem
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 RefUnwindSafe for TagItem
impl Send for TagItem
impl Sync for TagItem
impl Unpin for TagItem
impl UnwindSafe for TagItem
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