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