pub struct AlterShareGroupOffsetsPartitionResult { /* private fields */ }Expand description
Result for one partition returned by AlterShareGroupOffsets.
Implementations§
Sourcepub fn error_code(&self) -> i16
pub fn error_code(&self) -> i16
Returns the partition error code.
Sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
Returns the partition error message, when supplied.
Sourcepub fn is_success(&self) -> bool
pub fn is_success(&self) -> bool
Returns whether Kafka accepted this partition update.
Trait Implementations§
Source§fn clone(&self) -> AlterShareGroupOffsetsPartitionResult
fn clone(&self) -> AlterShareGroupOffsetsPartitionResult
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 moreAuto Trait Implementations§
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