pub struct DetectBlock {
pub id: String,
pub rules: Vec<DetectRule>,
pub match_mode: MatchMode,
}Fields§
§id: String§rules: Vec<DetectRule>§match_mode: MatchModeTrait Implementations§
Source§impl Debug for DetectBlock
impl Debug for DetectBlock
Source§impl<'de> Deserialize<'de> for DetectBlock
impl<'de> Deserialize<'de> for DetectBlock
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
Auto Trait Implementations§
impl Freeze for DetectBlock
impl RefUnwindSafe for DetectBlock
impl Send for DetectBlock
impl Sync for DetectBlock
impl Unpin for DetectBlock
impl UnsafeUnpin for DetectBlock
impl UnwindSafe for DetectBlock
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