pub struct OffsetDeleteResponseTopic {
pub partitions: IndexMap<i32, OffsetDeleteResponsePartition>,
}Expand description
Valid versions: 0
Fields
partitions: IndexMap<i32, OffsetDeleteResponsePartition>The responses for each partition in the topic.
Supported API versions: 0
Trait Implementations
sourceimpl Clone for OffsetDeleteResponseTopic
impl Clone for OffsetDeleteResponseTopic
sourcefn clone(&self) -> OffsetDeleteResponseTopic
fn clone(&self) -> OffsetDeleteResponseTopic
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for OffsetDeleteResponseTopic
impl Debug for OffsetDeleteResponseTopic
sourceimpl Default for OffsetDeleteResponseTopic
impl Default for OffsetDeleteResponseTopic
sourceimpl Message for OffsetDeleteResponseTopic
impl Message for OffsetDeleteResponseTopic
sourceconst VERSIONS: VersionRange = VersionRange { min: 0, max: 0 }
const VERSIONS: VersionRange = VersionRange { min: 0, max: 0 }
The valid versions for this message.
sourceimpl PartialEq<OffsetDeleteResponseTopic> for OffsetDeleteResponseTopic
impl PartialEq<OffsetDeleteResponseTopic> for OffsetDeleteResponseTopic
sourcefn eq(&self, other: &OffsetDeleteResponseTopic) -> bool
fn eq(&self, other: &OffsetDeleteResponseTopic) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &OffsetDeleteResponseTopic) -> bool
fn ne(&self, other: &OffsetDeleteResponseTopic) -> bool
This method tests for !=.
impl StructuralPartialEq for OffsetDeleteResponseTopic
Auto Trait Implementations
impl RefUnwindSafe for OffsetDeleteResponseTopic
impl Send for OffsetDeleteResponseTopic
impl Sync for OffsetDeleteResponseTopic
impl Unpin for OffsetDeleteResponseTopic
impl UnwindSafe for OffsetDeleteResponseTopic
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more