pub struct VerticalLine { /* private fields */ }
Expand description
A vertical line in a table (border or column separator)
Implementations§
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 Default for VerticalLine
impl Default for VerticalLine
Source§impl PartialEq for VerticalLine
impl PartialEq for VerticalLine
impl Copy for VerticalLine
impl Eq for VerticalLine
impl StructuralPartialEq 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