pub struct DescribeContributorInsightsInput {
pub index_name: Option<String>,
pub table_name: String,
}
Fields§
§index_name: Option<String>
The name of the global secondary index to describe, if applicable.
table_name: String
The name of the table to describe.
Trait Implementations§
Source§impl Clone for DescribeContributorInsightsInput
impl Clone for DescribeContributorInsightsInput
Source§fn clone(&self) -> DescribeContributorInsightsInput
fn clone(&self) -> DescribeContributorInsightsInput
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 DescribeContributorInsightsInput
impl Default for DescribeContributorInsightsInput
Source§fn default() -> DescribeContributorInsightsInput
fn default() -> DescribeContributorInsightsInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeContributorInsightsInput
impl PartialEq for DescribeContributorInsightsInput
Source§fn eq(&self, other: &DescribeContributorInsightsInput) -> bool
fn eq(&self, other: &DescribeContributorInsightsInput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DescribeContributorInsightsInput
Auto Trait Implementations§
impl Freeze for DescribeContributorInsightsInput
impl RefUnwindSafe for DescribeContributorInsightsInput
impl Send for DescribeContributorInsightsInput
impl Sync for DescribeContributorInsightsInput
impl Unpin for DescribeContributorInsightsInput
impl UnwindSafe for DescribeContributorInsightsInput
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