pub struct ProduceResponseV9 {
pub responses: Vec<ProduceTopicResponseV9>,
pub throttle_time_ms: i32,
}Fields§
§responses: Vec<ProduceTopicResponseV9>§throttle_time_ms: i32Implementations§
Source§impl ProduceResponseV9
impl ProduceResponseV9
pub fn decode_body(decoder: &mut Decoder<'_>) -> Result<Self>
Trait Implementations§
Source§impl Clone for ProduceResponseV9
impl Clone for ProduceResponseV9
Source§fn clone(&self) -> ProduceResponseV9
fn clone(&self) -> ProduceResponseV9
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 ProduceResponseV9
impl Debug for ProduceResponseV9
impl Eq for ProduceResponseV9
Source§impl PartialEq for ProduceResponseV9
impl PartialEq for ProduceResponseV9
impl StructuralPartialEq for ProduceResponseV9
Auto Trait Implementations§
impl Freeze for ProduceResponseV9
impl RefUnwindSafe for ProduceResponseV9
impl Send for ProduceResponseV9
impl Sync for ProduceResponseV9
impl Unpin for ProduceResponseV9
impl UnsafeUnpin for ProduceResponseV9
impl UnwindSafe for ProduceResponseV9
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