pub struct TopicMatcher;Expand description
Stateless topic matcher — all methods are pure functions.
Implementations§
Auto Trait Implementations§
impl Freeze for TopicMatcher
impl RefUnwindSafe for TopicMatcher
impl Send for TopicMatcher
impl Sync for TopicMatcher
impl Unpin for TopicMatcher
impl UnsafeUnpin for TopicMatcher
impl UnwindSafe for TopicMatcher
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