pub struct ProduceResponse {
pub partition: i32,
pub error_code: i16,
pub offset: i64,
}Expand description
Response for produce requests
Fields§
§partition: i32§error_code: i16§offset: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProduceResponse
impl RefUnwindSafe for ProduceResponse
impl Send for ProduceResponse
impl Sync for ProduceResponse
impl Unpin for ProduceResponse
impl UnwindSafe for ProduceResponse
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