#[non_exhaustive]pub struct GetInvitationsCountInput {}
Implementations§
source§impl GetInvitationsCountInput
impl GetInvitationsCountInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetInvitationsCount, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetInvitationsCount, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetInvitationsCount
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetInvitationsCountInput
.
Trait Implementations§
source§impl Clone for GetInvitationsCountInput
impl Clone for GetInvitationsCountInput
source§fn clone(&self) -> GetInvitationsCountInput
fn clone(&self) -> GetInvitationsCountInput
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 Debug for GetInvitationsCountInput
impl Debug for GetInvitationsCountInput
source§impl PartialEq<GetInvitationsCountInput> for GetInvitationsCountInput
impl PartialEq<GetInvitationsCountInput> for GetInvitationsCountInput
source§fn eq(&self, other: &GetInvitationsCountInput) -> bool
fn eq(&self, other: &GetInvitationsCountInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.