#[non_exhaustive]pub struct DeleteCampaignInput { /* private fields */ }Implementations§
source§impl DeleteCampaignInput
impl DeleteCampaignInput
sourcepub fn builder() -> DeleteCampaignInputBuilder
pub fn builder() -> DeleteCampaignInputBuilder
Creates a new builder-style object to manufacture DeleteCampaignInput.
source§impl DeleteCampaignInput
impl DeleteCampaignInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCampaign, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteCampaign, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteCampaign>
Trait Implementations§
source§impl Clone for DeleteCampaignInput
impl Clone for DeleteCampaignInput
source§fn clone(&self) -> DeleteCampaignInput
fn clone(&self) -> DeleteCampaignInput
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 DeleteCampaignInput
impl Debug for DeleteCampaignInput
source§impl PartialEq<DeleteCampaignInput> for DeleteCampaignInput
impl PartialEq<DeleteCampaignInput> for DeleteCampaignInput
source§fn eq(&self, other: &DeleteCampaignInput) -> bool
fn eq(&self, other: &DeleteCampaignInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteCampaignInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteCampaignInput
impl Send for DeleteCampaignInput
impl Sync for DeleteCampaignInput
impl Unpin for DeleteCampaignInput
impl UnwindSafe for DeleteCampaignInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more