#[non_exhaustive]pub struct GetCampaignInput { /* private fields */ }Implementations§
source§impl GetCampaignInput
impl GetCampaignInput
sourcepub fn builder() -> GetCampaignInputBuilder
pub fn builder() -> GetCampaignInputBuilder
Creates a new builder-style object to manufacture GetCampaignInput.
source§impl GetCampaignInput
impl GetCampaignInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCampaign, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetCampaign, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetCampaign>
Trait Implementations§
source§impl Clone for GetCampaignInput
impl Clone for GetCampaignInput
source§fn clone(&self) -> GetCampaignInput
fn clone(&self) -> GetCampaignInput
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 GetCampaignInput
impl Debug for GetCampaignInput
source§impl PartialEq<GetCampaignInput> for GetCampaignInput
impl PartialEq<GetCampaignInput> for GetCampaignInput
source§fn eq(&self, other: &GetCampaignInput) -> bool
fn eq(&self, other: &GetCampaignInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetCampaignInput
Auto Trait Implementations§
impl RefUnwindSafe for GetCampaignInput
impl Send for GetCampaignInput
impl Sync for GetCampaignInput
impl Unpin for GetCampaignInput
impl UnwindSafe for GetCampaignInput
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