pub struct FilterMethod;
Expand description
Represents methods available to call in UserFilter
.
Implementations§
Source§impl FilterMethod
impl FilterMethod
pub const START_ANALYZE: u8 = 1u8
pub const END_ANALYZE: u8 = 2u8
pub const HTTP_HEADERS: u8 = 4u8
pub const HTTP_PAYLOAD: u8 = 8u8
pub const HTTP_END: u8 = 16u8
pub const ALL: u8 = 255u8
Auto Trait Implementations§
impl Freeze for FilterMethod
impl RefUnwindSafe for FilterMethod
impl Send for FilterMethod
impl Sync for FilterMethod
impl Unpin for FilterMethod
impl UnwindSafe for FilterMethod
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