pub struct OffsetFetchRequestTopic {
pub name: String,
pub partition_indexes: Vec<i32>,
pub unknown_tagged_fields: Vec<RawTaggedField>,
}
Fields§
§name: String
The topic name.
partition_indexes: Vec<i32>
The partition indexes we would like to fetch offsets for.
unknown_tagged_fields: Vec<RawTaggedField>
Unknown tagged fields.
Trait Implementations§
source§impl Clone for OffsetFetchRequestTopic
impl Clone for OffsetFetchRequestTopic
source§fn clone(&self) -> OffsetFetchRequestTopic
fn clone(&self) -> OffsetFetchRequestTopic
Returns a copy of the value. Read more
1.0.0 · 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 OffsetFetchRequestTopic
impl Debug for OffsetFetchRequestTopic
source§impl Decodable for OffsetFetchRequestTopic
impl Decodable for OffsetFetchRequestTopic
source§impl Default for OffsetFetchRequestTopic
impl Default for OffsetFetchRequestTopic
source§fn default() -> OffsetFetchRequestTopic
fn default() -> OffsetFetchRequestTopic
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for OffsetFetchRequestTopic
impl Send for OffsetFetchRequestTopic
impl Sync for OffsetFetchRequestTopic
impl Unpin for OffsetFetchRequestTopic
impl UnwindSafe for OffsetFetchRequestTopic
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