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