pub enum TableCellBorderPosition {
Left,
Right,
Top,
Bottom,
InsideH,
InsideV,
Tl2br,
Tr2bl,
}
Variants§
Trait Implementations§
Source§impl Clone for TableCellBorderPosition
impl Clone for TableCellBorderPosition
Source§fn clone(&self) -> TableCellBorderPosition
fn clone(&self) -> TableCellBorderPosition
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 Debug for TableCellBorderPosition
impl Debug for TableCellBorderPosition
Source§impl PartialEq for TableCellBorderPosition
impl PartialEq for TableCellBorderPosition
Source§impl Serialize for TableCellBorderPosition
impl Serialize for TableCellBorderPosition
impl StructuralPartialEq for TableCellBorderPosition
Auto Trait Implementations§
impl Freeze for TableCellBorderPosition
impl RefUnwindSafe for TableCellBorderPosition
impl Send for TableCellBorderPosition
impl Sync for TableCellBorderPosition
impl Unpin for TableCellBorderPosition
impl UnwindSafe for TableCellBorderPosition
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