#[non_exhaustive]pub struct DescribeEventSourcesConfigOutput { /* private fields */ }
Implementations
sourceimpl DescribeEventSourcesConfigOutput
impl DescribeEventSourcesConfigOutput
sourcepub fn event_sources(&self) -> Option<&EventSourcesConfig>
pub fn event_sources(&self) -> Option<&EventSourcesConfig>
Lists the event sources in the configuration.
sourceimpl DescribeEventSourcesConfigOutput
impl DescribeEventSourcesConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEventSourcesConfigOutput
.
Trait Implementations
sourceimpl Clone for DescribeEventSourcesConfigOutput
impl Clone for DescribeEventSourcesConfigOutput
sourcefn clone(&self) -> DescribeEventSourcesConfigOutput
fn clone(&self) -> DescribeEventSourcesConfigOutput
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 PartialEq<DescribeEventSourcesConfigOutput> for DescribeEventSourcesConfigOutput
impl PartialEq<DescribeEventSourcesConfigOutput> for DescribeEventSourcesConfigOutput
sourcefn eq(&self, other: &DescribeEventSourcesConfigOutput) -> bool
fn eq(&self, other: &DescribeEventSourcesConfigOutput) -> bool
impl StructuralPartialEq for DescribeEventSourcesConfigOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeEventSourcesConfigOutput
impl Send for DescribeEventSourcesConfigOutput
impl Sync for DescribeEventSourcesConfigOutput
impl Unpin for DescribeEventSourcesConfigOutput
impl UnwindSafe for DescribeEventSourcesConfigOutput
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