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