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-6
sourcepub fn unknown_tagged_fields(
&mut self,
value: BTreeMap<i32, Vec<u8>>
) -> &mut Self
pub fn unknown_tagged_fields(
&mut self,
value: BTreeMap<i32, Vec<u8>>
) -> &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 more