#[non_exhaustive]pub struct ActivateEventSourceOutput {}
Implementations
sourceimpl ActivateEventSourceOutput
impl ActivateEventSourceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActivateEventSourceOutput
.
Trait Implementations
sourceimpl Clone for ActivateEventSourceOutput
impl Clone for ActivateEventSourceOutput
sourcefn clone(&self) -> ActivateEventSourceOutput
fn clone(&self) -> ActivateEventSourceOutput
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 ActivateEventSourceOutput
impl Debug for ActivateEventSourceOutput
sourceimpl PartialEq<ActivateEventSourceOutput> for ActivateEventSourceOutput
impl PartialEq<ActivateEventSourceOutput> for ActivateEventSourceOutput
sourcefn eq(&self, other: &ActivateEventSourceOutput) -> bool
fn eq(&self, other: &ActivateEventSourceOutput) -> bool
impl StructuralPartialEq for ActivateEventSourceOutput
Auto Trait Implementations
impl RefUnwindSafe for ActivateEventSourceOutput
impl Send for ActivateEventSourceOutput
impl Sync for ActivateEventSourceOutput
impl Unpin for ActivateEventSourceOutput
impl UnwindSafe for ActivateEventSourceOutput
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