#[non_exhaustive]pub struct DeleteEventIntegrationInput { /* private fields */ }
Implementations
sourceimpl DeleteEventIntegrationInput
impl DeleteEventIntegrationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteEventIntegration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteEventIntegration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteEventIntegration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteEventIntegrationInput
.
Trait Implementations
sourceimpl Clone for DeleteEventIntegrationInput
impl Clone for DeleteEventIntegrationInput
sourcefn clone(&self) -> DeleteEventIntegrationInput
fn clone(&self) -> DeleteEventIntegrationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DeleteEventIntegrationInput
impl Debug for DeleteEventIntegrationInput
sourceimpl PartialEq<DeleteEventIntegrationInput> for DeleteEventIntegrationInput
impl PartialEq<DeleteEventIntegrationInput> for DeleteEventIntegrationInput
sourcefn eq(&self, other: &DeleteEventIntegrationInput) -> bool
fn eq(&self, other: &DeleteEventIntegrationInput) -> bool
impl StructuralPartialEq for DeleteEventIntegrationInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteEventIntegrationInput
impl Send for DeleteEventIntegrationInput
impl Sync for DeleteEventIntegrationInput
impl Unpin for DeleteEventIntegrationInput
impl UnwindSafe for DeleteEventIntegrationInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more