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 more