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