Struct aws_sdk_eventbridge::operation::describe_partner_event_source::DescribePartnerEventSourceOutput
source · #[non_exhaustive]pub struct DescribePartnerEventSourceOutput { /* private fields */ }
Implementations§
source§impl DescribePartnerEventSourceOutput
impl DescribePartnerEventSourceOutput
sourcepub fn builder() -> DescribePartnerEventSourceOutputBuilder
pub fn builder() -> DescribePartnerEventSourceOutputBuilder
Creates a new builder-style object to manufacture DescribePartnerEventSourceOutput
.
Trait Implementations§
source§impl Clone for DescribePartnerEventSourceOutput
impl Clone for DescribePartnerEventSourceOutput
source§fn clone(&self) -> DescribePartnerEventSourceOutput
fn clone(&self) -> DescribePartnerEventSourceOutput
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 PartialEq<DescribePartnerEventSourceOutput> for DescribePartnerEventSourceOutput
impl PartialEq<DescribePartnerEventSourceOutput> for DescribePartnerEventSourceOutput
source§fn eq(&self, other: &DescribePartnerEventSourceOutput) -> bool
fn eq(&self, other: &DescribePartnerEventSourceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribePartnerEventSourceOutput
impl RequestId for DescribePartnerEventSourceOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DescribePartnerEventSourceOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribePartnerEventSourceOutput
impl Send for DescribePartnerEventSourceOutput
impl Sync for DescribePartnerEventSourceOutput
impl Unpin for DescribePartnerEventSourceOutput
impl UnwindSafe for DescribePartnerEventSourceOutput
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