pub struct ExpandedClassification {
pub task: ExpandedEntity,
pub labels: Vec<ExpandedEntity>,
pub threshold: Option<Threshold>,
pub multi_label: bool,
pub label_descriptions: BTreeMap<ExpandedName, ExpandedEntity>,
}Fields§
§task: ExpandedEntity§labels: Vec<ExpandedEntity>§threshold: Option<Threshold>§multi_label: bool§label_descriptions: BTreeMap<ExpandedName, ExpandedEntity>Trait Implementations§
Source§impl Clone for ExpandedClassification
impl Clone for ExpandedClassification
Source§fn clone(&self) -> ExpandedClassification
fn clone(&self) -> ExpandedClassification
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 ExpandedClassification
impl Debug for ExpandedClassification
Source§impl PartialEq for ExpandedClassification
impl PartialEq for ExpandedClassification
Source§impl Serialize for ExpandedClassification
impl Serialize for ExpandedClassification
impl StructuralPartialEq for ExpandedClassification
Auto Trait Implementations§
impl Freeze for ExpandedClassification
impl RefUnwindSafe for ExpandedClassification
impl Send for ExpandedClassification
impl Sync for ExpandedClassification
impl Unpin for ExpandedClassification
impl UnsafeUnpin for ExpandedClassification
impl UnwindSafe for ExpandedClassification
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