pub struct ProduceResponseV13 {
pub responses: Vec<ProduceTopicResponseV13>,
pub throttle_time_ms: i32,
}Expand description
Flexible Produce response for Kafka API version 13.
Fields§
§responses: Vec<ProduceTopicResponseV13>§throttle_time_ms: i32Implementations§
Source§impl ProduceResponseV13
impl ProduceResponseV13
pub fn decode_body(decoder: &mut Decoder<'_>) -> Result<Self>
Trait Implementations§
Source§impl Clone for ProduceResponseV13
impl Clone for ProduceResponseV13
Source§fn clone(&self) -> ProduceResponseV13
fn clone(&self) -> ProduceResponseV13
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 ProduceResponseV13
impl Debug for ProduceResponseV13
impl Eq for ProduceResponseV13
Source§impl PartialEq for ProduceResponseV13
impl PartialEq for ProduceResponseV13
impl StructuralPartialEq for ProduceResponseV13
Auto Trait Implementations§
impl Freeze for ProduceResponseV13
impl RefUnwindSafe for ProduceResponseV13
impl Send for ProduceResponseV13
impl Sync for ProduceResponseV13
impl Unpin for ProduceResponseV13
impl UnsafeUnpin for ProduceResponseV13
impl UnwindSafe for ProduceResponseV13
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