pub struct QosStore { /* private fields */ }Implementations§
Source§impl QosStore
impl QosStore
pub fn set_topic_qos(&mut self, topic: impl Into<String>, profile: QosProfile)
pub fn set_topic_qos_if_absent( &mut self, topic: impl Into<String>, profile: QosProfile, )
pub fn topic_qos(&self, topic: &str) -> Option<QosProfile>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QosStore
impl RefUnwindSafe for QosStore
impl Send for QosStore
impl Sync for QosStore
impl Unpin for QosStore
impl UnsafeUnpin for QosStore
impl UnwindSafe for QosStore
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