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