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