Struct aws_sdk_lambda::model::SelfManagedEventSource
source · [−]#[non_exhaustive]pub struct SelfManagedEventSource { /* private fields */ }Expand description
The self-managed Apache Kafka cluster for your event source.
Implementations
sourceimpl SelfManagedEventSource
impl SelfManagedEventSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SelfManagedEventSource.
Trait Implementations
sourceimpl Clone for SelfManagedEventSource
impl Clone for SelfManagedEventSource
sourcefn clone(&self) -> SelfManagedEventSource
fn clone(&self) -> SelfManagedEventSource
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 SelfManagedEventSource
impl Debug for SelfManagedEventSource
sourceimpl PartialEq<SelfManagedEventSource> for SelfManagedEventSource
impl PartialEq<SelfManagedEventSource> for SelfManagedEventSource
sourcefn eq(&self, other: &SelfManagedEventSource) -> bool
fn eq(&self, other: &SelfManagedEventSource) -> bool
impl StructuralPartialEq for SelfManagedEventSource
Auto Trait Implementations
impl RefUnwindSafe for SelfManagedEventSource
impl Send for SelfManagedEventSource
impl Sync for SelfManagedEventSource
impl Unpin for SelfManagedEventSource
impl UnwindSafe for SelfManagedEventSource
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