Struct cli_table::format::VerticalLine
source · 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
source§fn eq(&self, other: &VerticalLine) -> bool
fn eq(&self, other: &VerticalLine) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)