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