Struct kafka::protocol::PartitionFetchRequest
[−]
[src]
pub struct PartitionFetchRequest {
pub partition: i32,
pub offset: i64,
pub max_bytes: i32,
}Fields
partition: i32
offset: i64
max_bytes: i32
Methods
impl PartitionFetchRequest[src]
fn new(partition: &i32, offset: &i64) -> PartitionFetchRequest
Trait Implementations
impl Default for PartitionFetchRequest[src]
fn default() -> PartitionFetchRequest
Returns the "default value" for a type. Read more
impl Debug for PartitionFetchRequest[src]
impl Clone for PartitionFetchRequest[src]
fn clone(&self) -> PartitionFetchRequest
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more