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