pub struct TopicQosOverride {
pub topic: String,
pub profile: QosProfile,
}Fields§
§topic: String§profile: QosProfileImplementations§
Source§impl TopicQosOverride
impl TopicQosOverride
pub fn new(topic: impl Into<String>, profile: QosProfile) -> Self
Trait Implementations§
Source§impl Clone for TopicQosOverride
impl Clone for TopicQosOverride
Source§fn clone(&self) -> TopicQosOverride
fn clone(&self) -> TopicQosOverride
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 TopicQosOverride
impl Debug for TopicQosOverride
Source§impl PartialEq for TopicQosOverride
impl PartialEq for TopicQosOverride
impl Eq for TopicQosOverride
impl StructuralPartialEq for TopicQosOverride
Auto Trait Implementations§
impl Freeze for TopicQosOverride
impl RefUnwindSafe for TopicQosOverride
impl Send for TopicQosOverride
impl Sync for TopicQosOverride
impl Unpin for TopicQosOverride
impl UnsafeUnpin for TopicQosOverride
impl UnwindSafe for TopicQosOverride
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