pub struct LeaderAndIsrTopicErrorBuilder { /* private fields */ }
Expand description
Builder for LeaderAndIsrTopicError
.
Implementations§
source§impl LeaderAndIsrTopicErrorBuilder
impl LeaderAndIsrTopicErrorBuilder
sourcepub fn partition_errors(
&mut self,
value: Vec<LeaderAndIsrPartitionError>
) -> &mut Self
pub fn partition_errors( &mut self, value: Vec<LeaderAndIsrPartitionError> ) -> &mut Self
Each partition.
Supported API versions: 5-7
sourcepub fn unknown_tagged_fields(
&mut self,
value: BTreeMap<i32, Bytes>
) -> &mut Self
pub fn unknown_tagged_fields( &mut self, value: BTreeMap<i32, Bytes> ) -> &mut Self
Other tagged fields
sourcepub fn build(
&self
) -> Result<LeaderAndIsrTopicError, LeaderAndIsrTopicErrorBuilderError>
pub fn build( &self ) -> Result<LeaderAndIsrTopicError, LeaderAndIsrTopicErrorBuilderError>
Trait Implementations§
source§impl Clone for LeaderAndIsrTopicErrorBuilder
impl Clone for LeaderAndIsrTopicErrorBuilder
source§fn clone(&self) -> LeaderAndIsrTopicErrorBuilder
fn clone(&self) -> LeaderAndIsrTopicErrorBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for LeaderAndIsrTopicErrorBuilder
impl Send for LeaderAndIsrTopicErrorBuilder
impl Sync for LeaderAndIsrTopicErrorBuilder
impl Unpin for LeaderAndIsrTopicErrorBuilder
impl UnwindSafe for LeaderAndIsrTopicErrorBuilder
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