pub struct LabelProperties {
pub confidence: f64,
}
Fields§
§confidence: f64
Trait Implementations§
Source§impl Debug for LabelProperties
impl Debug for LabelProperties
Source§impl<'de> Deserialize<'de> for LabelProperties
impl<'de> Deserialize<'de> for LabelProperties
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
Source§impl PartialEq for LabelProperties
impl PartialEq for LabelProperties
impl StructuralPartialEq for LabelProperties
Auto Trait Implementations§
impl Freeze for LabelProperties
impl RefUnwindSafe for LabelProperties
impl Send for LabelProperties
impl Sync for LabelProperties
impl Unpin for LabelProperties
impl UnwindSafe for LabelProperties
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