Struct aws_sdk_eventbridge::operation::deactivate_event_source::builders::DeactivateEventSourceOutputBuilder
source · #[non_exhaustive]pub struct DeactivateEventSourceOutputBuilder { /* private fields */ }Expand description
A builder for DeactivateEventSourceOutput.
Implementations§
source§impl DeactivateEventSourceOutputBuilder
impl DeactivateEventSourceOutputBuilder
sourcepub fn build(self) -> DeactivateEventSourceOutput
pub fn build(self) -> DeactivateEventSourceOutput
Consumes the builder and constructs a DeactivateEventSourceOutput.
Trait Implementations§
source§impl Clone for DeactivateEventSourceOutputBuilder
impl Clone for DeactivateEventSourceOutputBuilder
source§fn clone(&self) -> DeactivateEventSourceOutputBuilder
fn clone(&self) -> DeactivateEventSourceOutputBuilder
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 Default for DeactivateEventSourceOutputBuilder
impl Default for DeactivateEventSourceOutputBuilder
source§fn default() -> DeactivateEventSourceOutputBuilder
fn default() -> DeactivateEventSourceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeactivateEventSourceOutputBuilder
impl PartialEq for DeactivateEventSourceOutputBuilder
source§fn eq(&self, other: &DeactivateEventSourceOutputBuilder) -> bool
fn eq(&self, other: &DeactivateEventSourceOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeactivateEventSourceOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeactivateEventSourceOutputBuilder
impl Send for DeactivateEventSourceOutputBuilder
impl Sync for DeactivateEventSourceOutputBuilder
impl Unpin for DeactivateEventSourceOutputBuilder
impl UnwindSafe for DeactivateEventSourceOutputBuilder
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