pub enum BorderStyleSpec {
Rounded,
Sharp,
Heavy,
Double,
Minimal,
None,
}Expand description
Border style for content-string table rendering.
Variants§
Trait Implementations§
Source§impl Clone for BorderStyleSpec
impl Clone for BorderStyleSpec
Source§fn clone(&self) -> BorderStyleSpec
fn clone(&self) -> BorderStyleSpec
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 moreSource§impl Debug for BorderStyleSpec
impl Debug for BorderStyleSpec
Source§impl PartialEq for BorderStyleSpec
impl PartialEq for BorderStyleSpec
Source§fn eq(&self, other: &BorderStyleSpec) -> bool
fn eq(&self, other: &BorderStyleSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for BorderStyleSpec
impl Eq for BorderStyleSpec
impl StructuralPartialEq for BorderStyleSpec
Auto Trait Implementations§
impl Freeze for BorderStyleSpec
impl RefUnwindSafe for BorderStyleSpec
impl Send for BorderStyleSpec
impl Sync for BorderStyleSpec
impl Unpin for BorderStyleSpec
impl UnsafeUnpin for BorderStyleSpec
impl UnwindSafe for BorderStyleSpec
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