pub struct InconsistentTopicStatus {
pub total_count: i32,
pub total_count_change: i32,
}Expand description
INCONSISTENT_TOPIC_STATUS — Spec §2.2.4.1 Tab. 2.10 + §2.2.2.3.2.
“Another topic exists with the same name but different
characteristics.” Wird auf Topic-Ebene gepflegt.
Fields§
§total_count: i32Total cumulative count of inconsistencies detected.
total_count_change: i32Increment since last read.
Trait Implementations§
Source§impl Clone for InconsistentTopicStatus
impl Clone for InconsistentTopicStatus
Source§fn clone(&self) -> InconsistentTopicStatus
fn clone(&self) -> InconsistentTopicStatus
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 moreSource§impl Debug for InconsistentTopicStatus
impl Debug for InconsistentTopicStatus
Source§impl Default for InconsistentTopicStatus
impl Default for InconsistentTopicStatus
Source§fn default() -> InconsistentTopicStatus
fn default() -> InconsistentTopicStatus
Returns the “default value” for a type. Read more
Source§impl Hash for InconsistentTopicStatus
impl Hash for InconsistentTopicStatus
Source§impl PartialEq for InconsistentTopicStatus
impl PartialEq for InconsistentTopicStatus
Source§fn eq(&self, other: &InconsistentTopicStatus) -> bool
fn eq(&self, other: &InconsistentTopicStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InconsistentTopicStatus
impl Eq for InconsistentTopicStatus
impl StructuralPartialEq for InconsistentTopicStatus
Auto Trait Implementations§
impl Freeze for InconsistentTopicStatus
impl RefUnwindSafe for InconsistentTopicStatus
impl Send for InconsistentTopicStatus
impl Sync for InconsistentTopicStatus
impl Unpin for InconsistentTopicStatus
impl UnsafeUnpin for InconsistentTopicStatus
impl UnwindSafe for InconsistentTopicStatus
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