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