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