pub struct FlowDetector { /* private fields */ }Expand description
Flow detection component
Implementations§
Source§impl FlowDetector
impl FlowDetector
Auto Trait Implementations§
impl Freeze for FlowDetector
impl RefUnwindSafe for FlowDetector
impl Send for FlowDetector
impl Sync for FlowDetector
impl Unpin for FlowDetector
impl UnwindSafe for FlowDetector
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