pub struct ArrayMemberTrace {
pub index: usize,
pub matched: bool,
pub detection: DetectionTrace,
}Expand description
One recorded member of an DetectionTrace::ArrayMatch.
Fields§
§index: usize§matched: bool§detection: DetectionTraceTrait Implementations§
Source§impl Clone for ArrayMemberTrace
impl Clone for ArrayMemberTrace
Source§fn clone(&self) -> ArrayMemberTrace
fn clone(&self) -> ArrayMemberTrace
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 ArrayMemberTrace
impl Debug for ArrayMemberTrace
Auto Trait Implementations§
impl Freeze for ArrayMemberTrace
impl RefUnwindSafe for ArrayMemberTrace
impl Send for ArrayMemberTrace
impl Sync for ArrayMemberTrace
impl Unpin for ArrayMemberTrace
impl UnsafeUnpin for ArrayMemberTrace
impl UnwindSafe for ArrayMemberTrace
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