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