#[non_exhaustive]pub struct FreeFormLayoutElementBorderStyle { /* private fields */ }
Expand description
The background style configuration of a free-form layout element.
Implementations§
source§impl FreeFormLayoutElementBorderStyle
impl FreeFormLayoutElementBorderStyle
sourcepub fn visibility(&self) -> Option<&Visibility>
pub fn visibility(&self) -> Option<&Visibility>
The border visibility of a free-form layout element.
source§impl FreeFormLayoutElementBorderStyle
impl FreeFormLayoutElementBorderStyle
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FreeFormLayoutElementBorderStyle
.
Trait Implementations§
source§impl Clone for FreeFormLayoutElementBorderStyle
impl Clone for FreeFormLayoutElementBorderStyle
source§fn clone(&self) -> FreeFormLayoutElementBorderStyle
fn clone(&self) -> FreeFormLayoutElementBorderStyle
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 PartialEq<FreeFormLayoutElementBorderStyle> for FreeFormLayoutElementBorderStyle
impl PartialEq<FreeFormLayoutElementBorderStyle> for FreeFormLayoutElementBorderStyle
source§fn eq(&self, other: &FreeFormLayoutElementBorderStyle) -> bool
fn eq(&self, other: &FreeFormLayoutElementBorderStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.