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