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