pub struct AnnFun {
pub tags: BTreeMap<SmolStr, SmolStr>,
pub copy_raw: Option<(SmolStr, SmolStr)>,
pub copy_event_parse: Option<SmolStr>,
pub no_match: bool,
}Fields§
§copy_raw: Option<(SmolStr, SmolStr)>§copy_event_parse: Option<SmolStr>§no_match: bool显式声明:该 rule 不参与 parse_event 自动匹配(仅作 copy_event_parse 等显式调用的目标)。
Implementations§
Trait Implementations§
Source§impl Accumulate<()> for AnnFun
impl Accumulate<()> for AnnFun
impl StructuralPartialEq for AnnFun
Auto Trait Implementations§
impl Freeze for AnnFun
impl RefUnwindSafe for AnnFun
impl Send for AnnFun
impl Sync for AnnFun
impl Unpin for AnnFun
impl UnsafeUnpin for AnnFun
impl UnwindSafe for AnnFun
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