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