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