Struct aws_sdk_quicksight::types::Sheet
source · #[non_exhaustive]pub struct Sheet { /* private fields */ }Expand description
A sheet, which is an object that contains a set of visuals that are viewed together on one page in Amazon QuickSight. Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.
Implementations§
Trait Implementations§
source§impl PartialEq<Sheet> for Sheet
impl PartialEq<Sheet> for Sheet
impl StructuralPartialEq for Sheet
Auto Trait Implementations§
impl RefUnwindSafe for Sheet
impl Send for Sheet
impl Sync for Sheet
impl Unpin for Sheet
impl UnwindSafe for Sheet
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