pub struct TopicIdPartitionEntry {
pub name: String,
pub id: Uuid,
pub partition: i32,
pub unknown_tagged_fields: UnknownTaggedFields,
}Fields§
§name: String§id: Uuid§partition: i32§unknown_tagged_fields: UnknownTaggedFieldsTrait Implementations§
Source§impl Clone for TopicIdPartitionEntry
impl Clone for TopicIdPartitionEntry
Source§fn clone(&self) -> TopicIdPartitionEntry
fn clone(&self) -> TopicIdPartitionEntry
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 TopicIdPartitionEntry
impl Debug for TopicIdPartitionEntry
Source§impl Decode<'_> for TopicIdPartitionEntry
impl Decode<'_> for TopicIdPartitionEntry
Source§impl Default for TopicIdPartitionEntry
impl Default for TopicIdPartitionEntry
Source§fn default() -> TopicIdPartitionEntry
fn default() -> TopicIdPartitionEntry
Returns the “default value” for a type. Read more
Source§impl Encode for TopicIdPartitionEntry
impl Encode for TopicIdPartitionEntry
impl Eq for TopicIdPartitionEntry
Source§impl PartialEq for TopicIdPartitionEntry
impl PartialEq for TopicIdPartitionEntry
Source§fn eq(&self, other: &TopicIdPartitionEntry) -> bool
fn eq(&self, other: &TopicIdPartitionEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TopicIdPartitionEntry
Auto Trait Implementations§
impl Freeze for TopicIdPartitionEntry
impl RefUnwindSafe for TopicIdPartitionEntry
impl Send for TopicIdPartitionEntry
impl Sync for TopicIdPartitionEntry
impl Unpin for TopicIdPartitionEntry
impl UnsafeUnpin for TopicIdPartitionEntry
impl UnwindSafe for TopicIdPartitionEntry
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