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