pub struct OffsetDeleteRequestPartitionBuilder { /* private fields */ }
Expand description
Builder for OffsetDeleteRequestPartition
.
Implementations§
source§impl OffsetDeleteRequestPartitionBuilder
impl OffsetDeleteRequestPartitionBuilder
sourcepub fn partition_index(&mut self, value: i32) -> &mut Self
pub fn partition_index(&mut self, value: i32) -> &mut Self
The partition index.
Supported API versions: 0
sourcepub fn build(
&self
) -> Result<OffsetDeleteRequestPartition, OffsetDeleteRequestPartitionBuilderError>
pub fn build( &self ) -> Result<OffsetDeleteRequestPartition, OffsetDeleteRequestPartitionBuilderError>
Trait Implementations§
source§impl Clone for OffsetDeleteRequestPartitionBuilder
impl Clone for OffsetDeleteRequestPartitionBuilder
source§fn clone(&self) -> OffsetDeleteRequestPartitionBuilder
fn clone(&self) -> OffsetDeleteRequestPartitionBuilder
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 OffsetDeleteRequestPartitionBuilder
impl Send for OffsetDeleteRequestPartitionBuilder
impl Sync for OffsetDeleteRequestPartitionBuilder
impl Unpin for OffsetDeleteRequestPartitionBuilder
impl UnwindSafe for OffsetDeleteRequestPartitionBuilder
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