pub struct OffsetDeleteRequestTopic {
pub partitions: Vec<OffsetDeleteRequestPartition>,
}
Expand description
Valid versions: 0
Fields§
§partitions: Vec<OffsetDeleteRequestPartition>
Each partition to delete offsets for.
Supported API versions: 0
Trait Implementations§
source§impl Clone for OffsetDeleteRequestTopic
impl Clone for OffsetDeleteRequestTopic
source§fn clone(&self) -> OffsetDeleteRequestTopic
fn clone(&self) -> OffsetDeleteRequestTopic
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 OffsetDeleteRequestTopic
impl Debug for OffsetDeleteRequestTopic
source§impl Default for OffsetDeleteRequestTopic
impl Default for OffsetDeleteRequestTopic
source§impl Message for OffsetDeleteRequestTopic
impl Message for OffsetDeleteRequestTopic
source§const VERSIONS: VersionRange = _
const VERSIONS: VersionRange = _
The valid versions for this message.