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