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