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