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