#[non_exhaustive]pub struct DescribeLocationsInput {}Implementations§
source§impl DescribeLocationsInput
impl DescribeLocationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeLocations, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeLocations, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeLocations>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeLocationsInput.
Trait Implementations§
source§impl Clone for DescribeLocationsInput
impl Clone for DescribeLocationsInput
source§fn clone(&self) -> DescribeLocationsInput
fn clone(&self) -> DescribeLocationsInput
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 DescribeLocationsInput
impl Debug for DescribeLocationsInput
source§impl PartialEq<DescribeLocationsInput> for DescribeLocationsInput
impl PartialEq<DescribeLocationsInput> for DescribeLocationsInput
source§fn eq(&self, other: &DescribeLocationsInput) -> bool
fn eq(&self, other: &DescribeLocationsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.