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