Struct aws_sdk_quicksight::model::GutterStyle
source · #[non_exhaustive]pub struct GutterStyle { /* private fields */ }
Expand description
The display options for gutter spacing between tiles on a sheet.
Implementations§
source§impl GutterStyle
impl GutterStyle
source§impl GutterStyle
impl GutterStyle
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GutterStyle
.
Trait Implementations§
source§impl Clone for GutterStyle
impl Clone for GutterStyle
source§fn clone(&self) -> GutterStyle
fn clone(&self) -> GutterStyle
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 GutterStyle
impl Debug for GutterStyle
source§impl PartialEq<GutterStyle> for GutterStyle
impl PartialEq<GutterStyle> for GutterStyle
source§fn eq(&self, other: &GutterStyle) -> bool
fn eq(&self, other: &GutterStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.