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