#[non_exhaustive]pub struct DescribeContributorInsightsInput { /* private fields */ }
Implementations
sourceimpl DescribeContributorInsightsInput
impl DescribeContributorInsightsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeContributorInsights, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeContributorInsights, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeContributorInsights
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeContributorInsightsInput
.
sourceimpl DescribeContributorInsightsInput
impl DescribeContributorInsightsInput
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The name of the table to describe.
sourcepub fn index_name(&self) -> Option<&str>
pub fn index_name(&self) -> Option<&str>
The name of the global secondary index to describe, if applicable.
Trait Implementations
sourceimpl Clone for DescribeContributorInsightsInput
impl Clone for DescribeContributorInsightsInput
sourcefn clone(&self) -> DescribeContributorInsightsInput
fn clone(&self) -> DescribeContributorInsightsInput
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<DescribeContributorInsightsInput> for DescribeContributorInsightsInput
impl PartialEq<DescribeContributorInsightsInput> for DescribeContributorInsightsInput
sourcefn eq(&self, other: &DescribeContributorInsightsInput) -> bool
fn eq(&self, other: &DescribeContributorInsightsInput) -> bool
impl StructuralPartialEq for DescribeContributorInsightsInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeContributorInsightsInput
impl Send for DescribeContributorInsightsInput
impl Sync for DescribeContributorInsightsInput
impl Unpin for DescribeContributorInsightsInput
impl UnwindSafe for DescribeContributorInsightsInput
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