Struct aws_sdk_backup::input::DescribeGlobalSettingsInput [−][src]
#[non_exhaustive]pub struct DescribeGlobalSettingsInput {}
Implementations
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeGlobalSettings, AwsErrorRetryPolicy>, BuildError>
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeGlobalSettings, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeGlobalSettings
>
Creates a new builder-style object to manufacture DescribeGlobalSettingsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DescribeGlobalSettingsInput
impl Send for DescribeGlobalSettingsInput
impl Sync for DescribeGlobalSettingsInput
impl Unpin for DescribeGlobalSettingsInput
impl UnwindSafe for DescribeGlobalSettingsInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more