pub struct DeleteConsumerGroupOffsetsTopicResult { /* private fields */ }Expand description
Offset-deletion outcomes for one topic.
Implementations§
Source§impl DeleteConsumerGroupOffsetsTopicResult
impl DeleteConsumerGroupOffsetsTopicResult
Sourcepub fn is_success(&self) -> bool
pub fn is_success(&self) -> bool
Returns whether every partition offset was deleted.
Sourcepub fn partitions(&self) -> &[DeleteConsumerGroupOffsetsPartitionResult]
pub fn partitions(&self) -> &[DeleteConsumerGroupOffsetsPartitionResult]
Returns partition outcomes in broker response order.
Trait Implementations§
Source§impl Clone for DeleteConsumerGroupOffsetsTopicResult
impl Clone for DeleteConsumerGroupOffsetsTopicResult
Source§fn clone(&self) -> DeleteConsumerGroupOffsetsTopicResult
fn clone(&self) -> DeleteConsumerGroupOffsetsTopicResult
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 moreimpl Eq for DeleteConsumerGroupOffsetsTopicResult
impl StructuralPartialEq for DeleteConsumerGroupOffsetsTopicResult
Auto Trait Implementations§
impl Freeze for DeleteConsumerGroupOffsetsTopicResult
impl RefUnwindSafe for DeleteConsumerGroupOffsetsTopicResult
impl Send for DeleteConsumerGroupOffsetsTopicResult
impl Sync for DeleteConsumerGroupOffsetsTopicResult
impl Unpin for DeleteConsumerGroupOffsetsTopicResult
impl UnsafeUnpin for DeleteConsumerGroupOffsetsTopicResult
impl UnwindSafe for DeleteConsumerGroupOffsetsTopicResult
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