pub struct DeleteRecordsTopic {
pub name: String,
pub partitions: Vec<DeleteRecordsPartition>,
pub unknown_tagged_fields: UnknownTaggedFields,
}Fields§
§name: String§partitions: Vec<DeleteRecordsPartition>§unknown_tagged_fields: UnknownTaggedFieldsTrait Implementations§
Source§impl Clone for DeleteRecordsTopic
impl Clone for DeleteRecordsTopic
Source§fn clone(&self) -> DeleteRecordsTopic
fn clone(&self) -> DeleteRecordsTopic
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 DeleteRecordsTopic
impl Debug for DeleteRecordsTopic
Source§impl Decode<'_> for DeleteRecordsTopic
impl Decode<'_> for DeleteRecordsTopic
Source§impl Default for DeleteRecordsTopic
impl Default for DeleteRecordsTopic
Source§fn default() -> DeleteRecordsTopic
fn default() -> DeleteRecordsTopic
Returns the “default value” for a type. Read more
Source§impl Encode for DeleteRecordsTopic
impl Encode for DeleteRecordsTopic
impl Eq for DeleteRecordsTopic
Source§impl PartialEq for DeleteRecordsTopic
impl PartialEq for DeleteRecordsTopic
Source§fn eq(&self, other: &DeleteRecordsTopic) -> bool
fn eq(&self, other: &DeleteRecordsTopic) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteRecordsTopic
Auto Trait Implementations§
impl Freeze for DeleteRecordsTopic
impl RefUnwindSafe for DeleteRecordsTopic
impl Send for DeleteRecordsTopic
impl Sync for DeleteRecordsTopic
impl Unpin for DeleteRecordsTopic
impl UnsafeUnpin for DeleteRecordsTopic
impl UnwindSafe for DeleteRecordsTopic
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