pub struct VerticalLine { /* private fields */ }
Expand description
A horizontal split line which can be used to set a border.
Implementations§
Source§impl VerticalLine
impl VerticalLine
Trait Implementations§
Source§impl Clone for VerticalLine
impl Clone for VerticalLine
Source§fn clone(&self) -> VerticalLine
fn clone(&self) -> VerticalLine
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 VerticalLine
impl Debug for VerticalLine
Source§impl<R> TableOption<R> for VerticalLine
impl<R> TableOption<R> for VerticalLine
Auto Trait Implementations§
impl Freeze for VerticalLine
impl RefUnwindSafe for VerticalLine
impl Send for VerticalLine
impl Sync for VerticalLine
impl Unpin for VerticalLine
impl UnwindSafe for VerticalLine
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