pub enum LinePosition {
Top,
Title,
Intern,
Bottom,
}
Expand description
Position of a line separator in a table
Variants§
Top
Table’s border on top
Title
Line separator between the titles row, and the first data row
Intern
Line separator between data rows
Bottom
Bottom table’s border
Trait Implementations§
Source§impl Clone for LinePosition
impl Clone for LinePosition
Source§fn clone(&self) -> LinePosition
fn clone(&self) -> LinePosition
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 LinePosition
impl Debug for LinePosition
Source§impl Hash for LinePosition
impl Hash for LinePosition
Source§impl PartialEq for LinePosition
impl PartialEq for LinePosition
impl Copy for LinePosition
impl Eq for LinePosition
impl StructuralPartialEq for LinePosition
Auto Trait Implementations§
impl Freeze for LinePosition
impl RefUnwindSafe for LinePosition
impl Send for LinePosition
impl Sync for LinePosition
impl Unpin for LinePosition
impl UnwindSafe for LinePosition
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
)