#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ContributorInsightsSummary
Implementations
Name of the table associated with the summary.
Name of the table associated with the summary.
Name of the index associated with the summary, if any.
Name of the index associated with the summary, if any.
Describes the current status for contributor insights for the given table and index, if applicable.
pub fn set_contributor_insights_status(
self,
input: Option<ContributorInsightsStatus>
) -> Self
pub fn set_contributor_insights_status(
self,
input: Option<ContributorInsightsStatus>
) -> Self
Describes the current status for contributor insights for the given table and index, if applicable.
Consumes the builder and constructs a ContributorInsightsSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more