pub struct DeleteRecordsRequestV1 {
pub correlation_id: i32,
pub client_id: Option<String>,
pub topics: Vec<DeleteRecordsTopicV1>,
pub timeout_ms: i32,
}Fields§
§correlation_id: i32§client_id: Option<String>§topics: Vec<DeleteRecordsTopicV1>§timeout_ms: i32Implementations§
Trait Implementations§
Source§impl Clone for DeleteRecordsRequestV1
impl Clone for DeleteRecordsRequestV1
Source§fn clone(&self) -> DeleteRecordsRequestV1
fn clone(&self) -> DeleteRecordsRequestV1
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 DeleteRecordsRequestV1
impl Debug for DeleteRecordsRequestV1
impl Eq for DeleteRecordsRequestV1
Source§impl PartialEq for DeleteRecordsRequestV1
impl PartialEq for DeleteRecordsRequestV1
impl StructuralPartialEq for DeleteRecordsRequestV1
Auto Trait Implementations§
impl Freeze for DeleteRecordsRequestV1
impl RefUnwindSafe for DeleteRecordsRequestV1
impl Send for DeleteRecordsRequestV1
impl Sync for DeleteRecordsRequestV1
impl Unpin for DeleteRecordsRequestV1
impl UnsafeUnpin for DeleteRecordsRequestV1
impl UnwindSafe for DeleteRecordsRequestV1
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