pub struct FlowDetectionAlgorithm;Auto Trait Implementations§
impl Freeze for FlowDetectionAlgorithm
impl RefUnwindSafe for FlowDetectionAlgorithm
impl Send for FlowDetectionAlgorithm
impl Sync for FlowDetectionAlgorithm
impl Unpin for FlowDetectionAlgorithm
impl UnwindSafe for FlowDetectionAlgorithm
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