pub struct UpdateContributorInsightsInput {
pub contributor_insights_action: String,
pub index_name: Option<String>,
pub table_name: String,
}Fields§
§contributor_insights_action: StringRepresents the contributor insights action.
index_name: Option<String>The global secondary index name, if applicable.
table_name: StringThe name of the table.
Trait Implementations§
Source§impl Clone for UpdateContributorInsightsInput
impl Clone for UpdateContributorInsightsInput
Source§fn clone(&self) -> UpdateContributorInsightsInput
fn clone(&self) -> UpdateContributorInsightsInput
Returns a duplicate 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 Default for UpdateContributorInsightsInput
impl Default for UpdateContributorInsightsInput
Source§fn default() -> UpdateContributorInsightsInput
fn default() -> UpdateContributorInsightsInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateContributorInsightsInput
impl PartialEq for UpdateContributorInsightsInput
Source§fn eq(&self, other: &UpdateContributorInsightsInput) -> bool
fn eq(&self, other: &UpdateContributorInsightsInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateContributorInsightsInput
Auto Trait Implementations§
impl Freeze for UpdateContributorInsightsInput
impl RefUnwindSafe for UpdateContributorInsightsInput
impl Send for UpdateContributorInsightsInput
impl Sync for UpdateContributorInsightsInput
impl Unpin for UpdateContributorInsightsInput
impl UnwindSafe for UpdateContributorInsightsInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more