#[non_exhaustive]pub struct ActivateEventSourceInput { /* private fields */ }
Implementations
sourceimpl ActivateEventSourceInput
impl ActivateEventSourceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ActivateEventSource, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ActivateEventSource, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ActivateEventSource
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActivateEventSourceInput
.
Trait Implementations
sourceimpl Clone for ActivateEventSourceInput
impl Clone for ActivateEventSourceInput
sourcefn clone(&self) -> ActivateEventSourceInput
fn clone(&self) -> ActivateEventSourceInput
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 ActivateEventSourceInput
impl Debug for ActivateEventSourceInput
sourceimpl PartialEq<ActivateEventSourceInput> for ActivateEventSourceInput
impl PartialEq<ActivateEventSourceInput> for ActivateEventSourceInput
sourcefn eq(&self, other: &ActivateEventSourceInput) -> bool
fn eq(&self, other: &ActivateEventSourceInput) -> bool
impl StructuralPartialEq for ActivateEventSourceInput
Auto Trait Implementations
impl RefUnwindSafe for ActivateEventSourceInput
impl Send for ActivateEventSourceInput
impl Sync for ActivateEventSourceInput
impl Unpin for ActivateEventSourceInput
impl UnwindSafe for ActivateEventSourceInput
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