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