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