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