pub struct TopicFilter { /* private fields */ }Expand description
A set of topic patterns that a subscriber is interested in.
Implementations§
Trait Implementations§
Source§impl Clone for TopicFilter
impl Clone for TopicFilter
Source§fn clone(&self) -> TopicFilter
fn clone(&self) -> TopicFilter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TopicFilter
impl Debug for TopicFilter
Source§impl Default for TopicFilter
impl Default for TopicFilter
Source§fn default() -> TopicFilter
fn default() -> TopicFilter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TopicFilter
impl RefUnwindSafe for TopicFilter
impl Send for TopicFilter
impl Sync for TopicFilter
impl Unpin for TopicFilter
impl UnsafeUnpin for TopicFilter
impl UnwindSafe for TopicFilter
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