pub enum BorderStyleType {
Solid,
Dashed,
Beveled,
Inset,
Underline,
}Expand description
Border style type
Variants§
Solid
Solid border
Dashed
Dashed border
Beveled
Beveled border
Inset
Inset border
Underline
Underline only
Implementations§
Trait Implementations§
Source§impl Clone for BorderStyleType
impl Clone for BorderStyleType
Source§fn clone(&self) -> BorderStyleType
fn clone(&self) -> BorderStyleType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BorderStyleType
Auto Trait Implementations§
impl Freeze for BorderStyleType
impl RefUnwindSafe for BorderStyleType
impl Send for BorderStyleType
impl Sync for BorderStyleType
impl Unpin for BorderStyleType
impl UnsafeUnpin for BorderStyleType
impl UnwindSafe for BorderStyleType
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