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