Struct aws_sdk_evidently::input::TestSegmentPatternInput
source · #[non_exhaustive]pub struct TestSegmentPatternInput { /* private fields */ }Implementations§
source§impl TestSegmentPatternInput
impl TestSegmentPatternInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TestSegmentPattern, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TestSegmentPattern, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<TestSegmentPattern>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestSegmentPatternInput.
Trait Implementations§
source§impl Clone for TestSegmentPatternInput
impl Clone for TestSegmentPatternInput
source§fn clone(&self) -> TestSegmentPatternInput
fn clone(&self) -> TestSegmentPatternInput
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 Debug for TestSegmentPatternInput
impl Debug for TestSegmentPatternInput
source§impl PartialEq<TestSegmentPatternInput> for TestSegmentPatternInput
impl PartialEq<TestSegmentPatternInput> for TestSegmentPatternInput
source§fn eq(&self, other: &TestSegmentPatternInput) -> bool
fn eq(&self, other: &TestSegmentPatternInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.