#[non_exhaustive]
pub struct Visual { /* private fields */ }
Expand description

A visual displayed on a sheet in an analysis, dashboard, or template.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Implementations§

A table visual.

For more information, see Using tables as visuals in the Amazon QuickSight User Guide.

A pivot table.

For more information, see Using pivot tables in the Amazon QuickSight User Guide.

A bar chart.

For more information, see Using bar charts in the Amazon QuickSight User Guide.

A key performance indicator (KPI).

For more information, see Using KPIs in the Amazon QuickSight User Guide.

A pie or donut chart.

For more information, see Using pie charts in the Amazon QuickSight User Guide.

A gauge chart.

For more information, see Using gauge charts in the Amazon QuickSight User Guide.

A line chart.

For more information, see Using line charts in the Amazon QuickSight User Guide.

A heat map.

For more information, see Using heat maps in the Amazon QuickSight User Guide.

A tree map.

For more information, see Using tree maps in the Amazon QuickSight User Guide.

A geospatial map or a points on map visual.

For more information, see Creating point maps in the Amazon QuickSight User Guide.

A filled map.

For more information, see Creating filled maps in the Amazon QuickSight User Guide.

A funnel chart.

For more information, see Using funnel charts in the Amazon QuickSight User Guide.

A scatter plot.

For more information, see Using scatter plots in the Amazon QuickSight User Guide.

A combo chart.

For more information, see Using combo charts in the Amazon QuickSight User Guide.

A box plot.

For more information, see Using box plots in the Amazon QuickSight User Guide.

A waterfall chart.

For more information, see Using waterfall charts in the Amazon QuickSight User Guide.

A histogram.

For more information, see Using histograms in the Amazon QuickSight User Guide.

A word cloud.

For more information, see Using word clouds in the Amazon QuickSight User Guide.

An insight visual.

For more information, see Working with insights in the Amazon QuickSight User Guide.

A sankey diagram.

For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.

A visual that contains custom content.

For more information, see Using custom visual content in the Amazon QuickSight User Guide.

An empty visual.

Creates a new builder-style object to manufacture Visual.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
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