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