pub struct DeleteRecordsTopicV1 {
pub name: String,
pub partitions: Vec<DeleteRecordsPartitionV1>,
}Fields§
§name: String§partitions: Vec<DeleteRecordsPartitionV1>Trait Implementations§
Source§impl Clone for DeleteRecordsTopicV1
impl Clone for DeleteRecordsTopicV1
Source§fn clone(&self) -> DeleteRecordsTopicV1
fn clone(&self) -> DeleteRecordsTopicV1
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 DeleteRecordsTopicV1
impl Debug for DeleteRecordsTopicV1
impl Eq for DeleteRecordsTopicV1
Source§impl PartialEq for DeleteRecordsTopicV1
impl PartialEq for DeleteRecordsTopicV1
impl StructuralPartialEq for DeleteRecordsTopicV1
Auto Trait Implementations§
impl Freeze for DeleteRecordsTopicV1
impl RefUnwindSafe for DeleteRecordsTopicV1
impl Send for DeleteRecordsTopicV1
impl Sync for DeleteRecordsTopicV1
impl Unpin for DeleteRecordsTopicV1
impl UnsafeUnpin for DeleteRecordsTopicV1
impl UnwindSafe for DeleteRecordsTopicV1
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