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