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