Struct kafka_protocol::messages::alter_partition_reassignments_response::ReassignableTopicResponseBuilder
source · pub struct ReassignableTopicResponseBuilder { /* private fields */ }
Expand description
Builder for ReassignableTopicResponse
.
Implementations§
source§impl ReassignableTopicResponseBuilder
impl ReassignableTopicResponseBuilder
sourcepub fn partitions(
&mut self,
value: Vec<ReassignablePartitionResponse>
) -> &mut Self
pub fn partitions( &mut self, value: Vec<ReassignablePartitionResponse> ) -> &mut Self
The responses to partitions to reassign
Supported API versions: 0
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<ReassignableTopicResponse, ReassignableTopicResponseBuilderError>
pub fn build( &self ) -> Result<ReassignableTopicResponse, ReassignableTopicResponseBuilderError>
Trait Implementations§
source§impl Clone for ReassignableTopicResponseBuilder
impl Clone for ReassignableTopicResponseBuilder
source§fn clone(&self) -> ReassignableTopicResponseBuilder
fn clone(&self) -> ReassignableTopicResponseBuilder
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 ReassignableTopicResponseBuilder
impl Send for ReassignableTopicResponseBuilder
impl Sync for ReassignableTopicResponseBuilder
impl Unpin for ReassignableTopicResponseBuilder
impl UnwindSafe for ReassignableTopicResponseBuilder
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