pub struct SubscribeTopic {
pub topic_path: String,
pub qos: QoS,
}
Expand description
Subscribe topic.
Subscribe packets contain a Vec
of those.
Fields§
§topic_path: String
§qos: QoS
Trait Implementations§
Source§impl Clone for SubscribeTopic
impl Clone for SubscribeTopic
Source§fn clone(&self) -> SubscribeTopic
fn clone(&self) -> SubscribeTopic
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 SubscribeTopic
impl Debug for SubscribeTopic
Source§impl PartialEq for SubscribeTopic
impl PartialEq for SubscribeTopic
impl StructuralPartialEq for SubscribeTopic
Auto Trait Implementations§
impl Freeze for SubscribeTopic
impl RefUnwindSafe for SubscribeTopic
impl Send for SubscribeTopic
impl Sync for SubscribeTopic
impl Unpin for SubscribeTopic
impl UnwindSafe for SubscribeTopic
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