pub enum LayoutBorderStyle {
None,
Hidden,
Solid,
Dashed,
Dotted,
Double,
Groove,
Ridge,
Inset,
Outset,
}
Expand description
Layout border style.
Variants§
None
No border.
Hidden
Hidden border.
Solid
Solid border.
Dashed
Dashed border.
Dotted
Dotted border.
Double
Double border.
Groove
Groove border.
Ridge
Ridge border.
Inset
Inset border.
Outset
Outset border.
Trait Implementations§
source§impl Clone for LayoutBorderStyle
impl Clone for LayoutBorderStyle
source§fn clone(&self) -> LayoutBorderStyle
fn clone(&self) -> LayoutBorderStyle
Returns a copy of the value. Read more
1.6.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 LayoutBorderStyle
impl Debug for LayoutBorderStyle
source§impl Hash for LayoutBorderStyle
impl Hash for LayoutBorderStyle
source§impl PartialEq for LayoutBorderStyle
impl PartialEq for LayoutBorderStyle
impl Copy for LayoutBorderStyle
impl Eq for LayoutBorderStyle
impl StructuralPartialEq for LayoutBorderStyle
Auto Trait Implementations§
impl Freeze for LayoutBorderStyle
impl RefUnwindSafe for LayoutBorderStyle
impl Send for LayoutBorderStyle
impl Sync for LayoutBorderStyle
impl Unpin for LayoutBorderStyle
impl UnwindSafe for LayoutBorderStyle
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)