Struct aws_sdk_quicksight::model::GridLayoutElement
source · #[non_exhaustive]pub struct GridLayoutElement { /* private fields */ }
Expand description
An element within a grid layout.
Implementations§
source§impl GridLayoutElement
impl GridLayoutElement
sourcepub fn element_id(&self) -> Option<&str>
pub fn element_id(&self) -> Option<&str>
A unique identifier for an element within a grid layout.
sourcepub fn element_type(&self) -> Option<&LayoutElementType>
pub fn element_type(&self) -> Option<&LayoutElementType>
The type of element.
sourcepub fn column_index(&self) -> Option<i32>
pub fn column_index(&self) -> Option<i32>
The column index for the upper left corner of an element.
sourcepub fn column_span(&self) -> Option<i32>
pub fn column_span(&self) -> Option<i32>
The width of a grid element expressed as a number of grid columns.
source§impl GridLayoutElement
impl GridLayoutElement
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GridLayoutElement
.
Trait Implementations§
source§impl Clone for GridLayoutElement
impl Clone for GridLayoutElement
source§fn clone(&self) -> GridLayoutElement
fn clone(&self) -> GridLayoutElement
Returns a copy 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 Debug for GridLayoutElement
impl Debug for GridLayoutElement
source§impl PartialEq<GridLayoutElement> for GridLayoutElement
impl PartialEq<GridLayoutElement> for GridLayoutElement
source§fn eq(&self, other: &GridLayoutElement) -> bool
fn eq(&self, other: &GridLayoutElement) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.