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