Struct aws_sdk_elastictranscoder::input::ReadJobInput
source · [−]#[non_exhaustive]pub struct ReadJobInput { /* private fields */ }
Expand description
The ReadJobRequest
structure.
Implementations
sourceimpl ReadJobInput
impl ReadJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ReadJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ReadJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ReadJob
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReadJobInput
.
Trait Implementations
sourceimpl Clone for ReadJobInput
impl Clone for ReadJobInput
sourcefn clone(&self) -> ReadJobInput
fn clone(&self) -> ReadJobInput
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 ReadJobInput
impl Debug for ReadJobInput
sourceimpl PartialEq<ReadJobInput> for ReadJobInput
impl PartialEq<ReadJobInput> for ReadJobInput
sourcefn eq(&self, other: &ReadJobInput) -> bool
fn eq(&self, other: &ReadJobInput) -> bool
impl StructuralPartialEq for ReadJobInput
Auto Trait Implementations
impl RefUnwindSafe for ReadJobInput
impl Send for ReadJobInput
impl Sync for ReadJobInput
impl Unpin for ReadJobInput
impl UnwindSafe for ReadJobInput
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