#[non_exhaustive]pub struct DescribePartnerEventSourceInput { /* private fields */ }
Implementations
sourceimpl DescribePartnerEventSourceInput
impl DescribePartnerEventSourceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribePartnerEventSource, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribePartnerEventSource, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribePartnerEventSource
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribePartnerEventSourceInput
.
Trait Implementations
sourceimpl Clone for DescribePartnerEventSourceInput
impl Clone for DescribePartnerEventSourceInput
sourcefn clone(&self) -> DescribePartnerEventSourceInput
fn clone(&self) -> DescribePartnerEventSourceInput
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<DescribePartnerEventSourceInput> for DescribePartnerEventSourceInput
impl PartialEq<DescribePartnerEventSourceInput> for DescribePartnerEventSourceInput
sourcefn eq(&self, other: &DescribePartnerEventSourceInput) -> bool
fn eq(&self, other: &DescribePartnerEventSourceInput) -> bool
impl StructuralPartialEq for DescribePartnerEventSourceInput
Auto Trait Implementations
impl RefUnwindSafe for DescribePartnerEventSourceInput
impl Send for DescribePartnerEventSourceInput
impl Sync for DescribePartnerEventSourceInput
impl Unpin for DescribePartnerEventSourceInput
impl UnwindSafe for DescribePartnerEventSourceInput
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