pub struct DeleteRecordsTopicResult { /* private fields */ }Expand description
Outcome for one topic in a DeleteRecords response.
Implementations§
Source§impl DeleteRecordsTopicResult
impl DeleteRecordsTopicResult
Sourcepub fn partitions(&self) -> &[DeleteRecordsPartitionResult]
pub fn partitions(&self) -> &[DeleteRecordsPartitionResult]
Returns per-partition deletion outcomes.
Sourcepub fn has_errors(&self) -> bool
pub fn has_errors(&self) -> bool
Returns whether at least one partition deletion was rejected.
Trait Implementations§
Source§impl Clone for DeleteRecordsTopicResult
impl Clone for DeleteRecordsTopicResult
Source§fn clone(&self) -> DeleteRecordsTopicResult
fn clone(&self) -> DeleteRecordsTopicResult
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 DeleteRecordsTopicResult
impl Debug for DeleteRecordsTopicResult
impl Eq for DeleteRecordsTopicResult
Source§impl PartialEq for DeleteRecordsTopicResult
impl PartialEq for DeleteRecordsTopicResult
impl StructuralPartialEq for DeleteRecordsTopicResult
Auto Trait Implementations§
impl Freeze for DeleteRecordsTopicResult
impl RefUnwindSafe for DeleteRecordsTopicResult
impl Send for DeleteRecordsTopicResult
impl Sync for DeleteRecordsTopicResult
impl Unpin for DeleteRecordsTopicResult
impl UnsafeUnpin for DeleteRecordsTopicResult
impl UnwindSafe for DeleteRecordsTopicResult
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