pub struct ObjectClassification {
pub object_class: ObjectClass,
pub confidence: u8,
}Fields§
§object_class: ObjectClass§confidence: u8Trait Implementations§
Source§impl Clone for ObjectClassification
impl Clone for ObjectClassification
Source§fn clone(&self) -> ObjectClassification
fn clone(&self) -> ObjectClassification
Returns a copy 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 ObjectClassification
impl Debug for ObjectClassification
Source§impl<'de> Deserialize<'de> for ObjectClassification
impl<'de> Deserialize<'de> for ObjectClassification
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 Hash for ObjectClassification
impl Hash for ObjectClassification
Source§impl PartialEq for ObjectClassification
impl PartialEq for ObjectClassification
Source§impl Serialize for ObjectClassification
impl Serialize for ObjectClassification
impl StructuralPartialEq for ObjectClassification
Auto Trait Implementations§
impl Freeze for ObjectClassification
impl RefUnwindSafe for ObjectClassification
impl Send for ObjectClassification
impl Sync for ObjectClassification
impl Unpin for ObjectClassification
impl UnwindSafe for ObjectClassification
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