pub struct Detection2D {
pub header: Header,
pub results: Vec<ObjectHypothesisWithPose>,
pub bbox: BoundingBox2D,
pub id: String,
}Fields§
§header: Header§results: Vec<ObjectHypothesisWithPose>§bbox: BoundingBox2D§id: StringTrait Implementations§
Source§impl Clone for Detection2D
impl Clone for Detection2D
Source§fn clone(&self) -> Detection2D
fn clone(&self) -> Detection2D
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 Detection2D
impl Debug for Detection2D
Source§impl Default for Detection2D
impl Default for Detection2D
Source§impl<'de> Deserialize<'de> for Detection2D
impl<'de> Deserialize<'de> for Detection2D
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 Detection2D
impl PartialEq for Detection2D
Source§impl Serialize for Detection2D
impl Serialize for Detection2D
impl Message for Detection2D
impl StructuralPartialEq for Detection2D
Auto Trait Implementations§
impl Freeze for Detection2D
impl RefUnwindSafe for Detection2D
impl Send for Detection2D
impl Sync for Detection2D
impl Unpin for Detection2D
impl UnwindSafe for Detection2D
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