pub struct SubscribePattern { /* private fields */ }
Expand description
Topic/QoS pair.
Implementations§
Source§impl SubscribePattern
impl SubscribePattern
Trait Implementations§
Source§impl Clone for SubscribePattern
impl Clone for SubscribePattern
Source§fn clone(&self) -> SubscribePattern
fn clone(&self) -> SubscribePattern
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 SubscribePattern
impl Debug for SubscribePattern
Source§impl Default for SubscribePattern
impl Default for SubscribePattern
Source§fn default() -> SubscribePattern
fn default() -> SubscribePattern
Returns the “default value” for a type. Read more
Source§impl Hash for SubscribePattern
impl Hash for SubscribePattern
Source§impl Ord for SubscribePattern
impl Ord for SubscribePattern
Source§fn cmp(&self, other: &SubscribePattern) -> Ordering
fn cmp(&self, other: &SubscribePattern) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SubscribePattern
impl PartialEq for SubscribePattern
Source§impl PartialOrd for SubscribePattern
impl PartialOrd for SubscribePattern
impl Eq for SubscribePattern
impl StructuralPartialEq for SubscribePattern
Auto Trait Implementations§
impl Freeze for SubscribePattern
impl RefUnwindSafe for SubscribePattern
impl Send for SubscribePattern
impl Sync for SubscribePattern
impl Unpin for SubscribePattern
impl UnwindSafe for SubscribePattern
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