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