#[non_exhaustive]pub struct DescribePartnerEventSourceOutput { /* private fields */ }
Implementations
sourceimpl DescribePartnerEventSourceOutput
impl DescribePartnerEventSourceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribePartnerEventSourceOutput
.
Trait Implementations
sourceimpl Clone for DescribePartnerEventSourceOutput
impl Clone for DescribePartnerEventSourceOutput
sourcefn clone(&self) -> DescribePartnerEventSourceOutput
fn clone(&self) -> DescribePartnerEventSourceOutput
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<DescribePartnerEventSourceOutput> for DescribePartnerEventSourceOutput
impl PartialEq<DescribePartnerEventSourceOutput> for DescribePartnerEventSourceOutput
sourcefn eq(&self, other: &DescribePartnerEventSourceOutput) -> bool
fn eq(&self, other: &DescribePartnerEventSourceOutput) -> bool
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
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