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