pub struct DetectionSet {
pub detections: Vec<Detection>,
pub metadata: PacketMetadata,
}Fields§
§detections: Vec<Detection>§metadata: PacketMetadataTrait Implementations§
Source§impl Clone for DetectionSet
impl Clone for DetectionSet
Source§fn clone(&self) -> DetectionSet
fn clone(&self) -> DetectionSet
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 DetectionSet
impl Debug for DetectionSet
Source§impl Default for DetectionSet
impl Default for DetectionSet
Source§fn default() -> DetectionSet
fn default() -> DetectionSet
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DetectionSet
impl<'de> Deserialize<'de> for DetectionSet
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 DetectionSet
impl PartialEq for DetectionSet
Source§impl Serialize for DetectionSet
impl Serialize for DetectionSet
impl StructuralPartialEq for DetectionSet
Auto Trait Implementations§
impl Freeze for DetectionSet
impl RefUnwindSafe for DetectionSet
impl Send for DetectionSet
impl Sync for DetectionSet
impl Unpin for DetectionSet
impl UnsafeUnpin for DetectionSet
impl UnwindSafe for DetectionSet
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