pub struct StandardUrlDetection;Trait Implementations§
Source§impl DetectionStrategy for StandardUrlDetection
impl DetectionStrategy for StandardUrlDetection
fn detect(&self, ctx: &DetectionContext<'_>) -> DetectionResult
Auto Trait Implementations§
impl Freeze for StandardUrlDetection
impl RefUnwindSafe for StandardUrlDetection
impl Send for StandardUrlDetection
impl Sync for StandardUrlDetection
impl Unpin for StandardUrlDetection
impl UnsafeUnpin for StandardUrlDetection
impl UnwindSafe for StandardUrlDetection
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