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