Struct aws_sdk_quicksight::model::MarginStyle
source · #[non_exhaustive]pub struct MarginStyle { /* private fields */ }Expand description
The display options for margins around the outside edge of sheets.
Implementations§
source§impl MarginStyle
impl MarginStyle
source§impl MarginStyle
impl MarginStyle
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MarginStyle.
Trait Implementations§
source§impl Clone for MarginStyle
impl Clone for MarginStyle
source§fn clone(&self) -> MarginStyle
fn clone(&self) -> MarginStyle
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