#[non_exhaustive]pub struct TestSegmentPatternInput { /* private fields */ }
Implementations§
source§impl TestSegmentPatternInput
impl TestSegmentPatternInput
sourcepub fn builder() -> TestSegmentPatternInputBuilder
pub fn builder() -> TestSegmentPatternInputBuilder
Creates a new builder-style object to manufacture TestSegmentPatternInput
.
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
>
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 ==
.impl StructuralPartialEq for TestSegmentPatternInput
Auto Trait Implementations§
impl RefUnwindSafe for TestSegmentPatternInput
impl Send for TestSegmentPatternInput
impl Sync for TestSegmentPatternInput
impl Unpin for TestSegmentPatternInput
impl UnwindSafe for TestSegmentPatternInput
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