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