#[non_exhaustive]pub struct DescribeGlobalSettingsInput {}
Implementations§
source§impl DescribeGlobalSettingsInput
impl DescribeGlobalSettingsInput
sourcepub fn builder() -> DescribeGlobalSettingsInputBuilder
pub fn builder() -> DescribeGlobalSettingsInputBuilder
Creates a new builder-style object to manufacture DescribeGlobalSettingsInput
.
source§impl DescribeGlobalSettingsInput
impl DescribeGlobalSettingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeGlobalSettings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeGlobalSettings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeGlobalSettings
>
Trait Implementations§
source§impl Clone for DescribeGlobalSettingsInput
impl Clone for DescribeGlobalSettingsInput
source§fn clone(&self) -> DescribeGlobalSettingsInput
fn clone(&self) -> DescribeGlobalSettingsInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DescribeGlobalSettingsInput
impl Debug for DescribeGlobalSettingsInput
source§impl PartialEq<DescribeGlobalSettingsInput> for DescribeGlobalSettingsInput
impl PartialEq<DescribeGlobalSettingsInput> for DescribeGlobalSettingsInput
source§fn eq(&self, other: &DescribeGlobalSettingsInput) -> bool
fn eq(&self, other: &DescribeGlobalSettingsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.