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