pub struct ListOffsetsTopicResponseV1 {
pub name: String,
pub partitions: Vec<ListOffsetsPartitionResponseV1>,
}Fields§
§name: String§partitions: Vec<ListOffsetsPartitionResponseV1>Trait Implementations§
Source§impl Clone for ListOffsetsTopicResponseV1
impl Clone for ListOffsetsTopicResponseV1
Source§fn clone(&self) -> ListOffsetsTopicResponseV1
fn clone(&self) -> ListOffsetsTopicResponseV1
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 ListOffsetsTopicResponseV1
impl Debug for ListOffsetsTopicResponseV1
impl Eq for ListOffsetsTopicResponseV1
impl StructuralPartialEq for ListOffsetsTopicResponseV1
Auto Trait Implementations§
impl Freeze for ListOffsetsTopicResponseV1
impl RefUnwindSafe for ListOffsetsTopicResponseV1
impl Send for ListOffsetsTopicResponseV1
impl Sync for ListOffsetsTopicResponseV1
impl Unpin for ListOffsetsTopicResponseV1
impl UnsafeUnpin for ListOffsetsTopicResponseV1
impl UnwindSafe for ListOffsetsTopicResponseV1
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