#[non_exhaustive]pub struct DescribeFeatureTransformationOutput { /* private fields */ }
Implementations§
source§impl DescribeFeatureTransformationOutput
impl DescribeFeatureTransformationOutput
sourcepub fn feature_transformation(&self) -> Option<&FeatureTransformation>
pub fn feature_transformation(&self) -> Option<&FeatureTransformation>
A listing of the FeatureTransformation properties.
source§impl DescribeFeatureTransformationOutput
impl DescribeFeatureTransformationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeFeatureTransformationOutput
.
Trait Implementations§
source§impl Clone for DescribeFeatureTransformationOutput
impl Clone for DescribeFeatureTransformationOutput
source§fn clone(&self) -> DescribeFeatureTransformationOutput
fn clone(&self) -> DescribeFeatureTransformationOutput
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 PartialEq<DescribeFeatureTransformationOutput> for DescribeFeatureTransformationOutput
impl PartialEq<DescribeFeatureTransformationOutput> for DescribeFeatureTransformationOutput
source§fn eq(&self, other: &DescribeFeatureTransformationOutput) -> bool
fn eq(&self, other: &DescribeFeatureTransformationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.