Struct aws_sdk_elastictranscoder::input::ReadPipelineInput
source · [−]#[non_exhaustive]pub struct ReadPipelineInput { /* private fields */ }
Expand description
The ReadPipelineRequest
structure.
Implementations
sourceimpl ReadPipelineInput
impl ReadPipelineInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ReadPipeline, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ReadPipeline, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ReadPipeline
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReadPipelineInput
.
Trait Implementations
sourceimpl Clone for ReadPipelineInput
impl Clone for ReadPipelineInput
sourcefn clone(&self) -> ReadPipelineInput
fn clone(&self) -> ReadPipelineInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ReadPipelineInput
impl Debug for ReadPipelineInput
sourceimpl PartialEq<ReadPipelineInput> for ReadPipelineInput
impl PartialEq<ReadPipelineInput> for ReadPipelineInput
sourcefn eq(&self, other: &ReadPipelineInput) -> bool
fn eq(&self, other: &ReadPipelineInput) -> bool
impl StructuralPartialEq for ReadPipelineInput
Auto Trait Implementations
impl RefUnwindSafe for ReadPipelineInput
impl Send for ReadPipelineInput
impl Sync for ReadPipelineInput
impl Unpin for ReadPipelineInput
impl UnwindSafe for ReadPipelineInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more