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