pub struct OwnedDetectionBatch { /* private fields */ }Expand description
A heap-backed batch of validated detections.
Implementations§
Trait Implementations§
Source§impl Clone for OwnedDetectionBatch
impl Clone for OwnedDetectionBatch
Source§fn clone(&self) -> OwnedDetectionBatch
fn clone(&self) -> OwnedDetectionBatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OwnedDetectionBatch
impl Debug for OwnedDetectionBatch
Source§impl Default for OwnedDetectionBatch
impl Default for OwnedDetectionBatch
Source§fn default() -> OwnedDetectionBatch
fn default() -> OwnedDetectionBatch
Returns the “default value” for a type. Read more
Source§impl PartialEq for OwnedDetectionBatch
impl PartialEq for OwnedDetectionBatch
impl StructuralPartialEq for OwnedDetectionBatch
Auto Trait Implementations§
impl Freeze for OwnedDetectionBatch
impl RefUnwindSafe for OwnedDetectionBatch
impl Send for OwnedDetectionBatch
impl Sync for OwnedDetectionBatch
impl Unpin for OwnedDetectionBatch
impl UnsafeUnpin for OwnedDetectionBatch
impl UnwindSafe for OwnedDetectionBatch
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