#[non_exhaustive]pub struct PredictionConfigurationBuilder { /* private fields */ }
Expand description
A builder for PredictionConfiguration
.
Implementations§
source§impl PredictionConfigurationBuilder
impl PredictionConfigurationBuilder
sourcepub fn business_name_generation(
self,
input: BusinessNameGenerationConfiguration
) -> Self
pub fn business_name_generation( self, input: BusinessNameGenerationConfiguration ) -> Self
The business name generation mechanism.
sourcepub fn set_business_name_generation(
self,
input: Option<BusinessNameGenerationConfiguration>
) -> Self
pub fn set_business_name_generation( self, input: Option<BusinessNameGenerationConfiguration> ) -> Self
The business name generation mechanism.
sourcepub fn get_business_name_generation(
&self
) -> &Option<BusinessNameGenerationConfiguration>
pub fn get_business_name_generation( &self ) -> &Option<BusinessNameGenerationConfiguration>
The business name generation mechanism.
sourcepub fn build(self) -> PredictionConfiguration
pub fn build(self) -> PredictionConfiguration
Consumes the builder and constructs a PredictionConfiguration
.
Trait Implementations§
source§impl Clone for PredictionConfigurationBuilder
impl Clone for PredictionConfigurationBuilder
source§fn clone(&self) -> PredictionConfigurationBuilder
fn clone(&self) -> PredictionConfigurationBuilder
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 moresource§impl Default for PredictionConfigurationBuilder
impl Default for PredictionConfigurationBuilder
source§fn default() -> PredictionConfigurationBuilder
fn default() -> PredictionConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for PredictionConfigurationBuilder
impl PartialEq for PredictionConfigurationBuilder
source§fn eq(&self, other: &PredictionConfigurationBuilder) -> bool
fn eq(&self, other: &PredictionConfigurationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PredictionConfigurationBuilder
Auto Trait Implementations§
impl Freeze for PredictionConfigurationBuilder
impl RefUnwindSafe for PredictionConfigurationBuilder
impl Send for PredictionConfigurationBuilder
impl Sync for PredictionConfigurationBuilder
impl Unpin for PredictionConfigurationBuilder
impl UnwindSafe for PredictionConfigurationBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.