pub struct InconsistentTopic {
pub total: Counter,
}Expand description
Delivered to the
with_inconsistent_topic
callback when a remote topic is discovered with the same name but an
incompatible type or QoS.
Fields§
§total: CounterRunning count of inconsistent topic discoveries.
Trait Implementations§
Source§impl Clone for InconsistentTopic
impl Clone for InconsistentTopic
Source§fn clone(&self) -> InconsistentTopic
fn clone(&self) -> InconsistentTopic
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InconsistentTopic
Source§impl Debug for InconsistentTopic
impl Debug for InconsistentTopic
impl Eq for InconsistentTopic
Source§impl From<dds_inconsistent_topic_status> for InconsistentTopic
impl From<dds_inconsistent_topic_status> for InconsistentTopic
Source§fn from(status: dds_inconsistent_topic_status) -> Self
fn from(status: dds_inconsistent_topic_status) -> Self
Converts to this type from the input type.
Source§impl PartialEq for InconsistentTopic
impl PartialEq for InconsistentTopic
Source§fn eq(&self, other: &InconsistentTopic) -> bool
fn eq(&self, other: &InconsistentTopic) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InconsistentTopic
Auto Trait Implementations§
impl Freeze for InconsistentTopic
impl RefUnwindSafe for InconsistentTopic
impl Send for InconsistentTopic
impl Sync for InconsistentTopic
impl Unpin for InconsistentTopic
impl UnsafeUnpin for InconsistentTopic
impl UnwindSafe for InconsistentTopic
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