Struct cli_table::format::VerticalLine [−][src]
pub struct VerticalLine { /* fields omitted */ }
A vertical line in a table (border or column separator)
Implementations
impl VerticalLine
[src]
impl VerticalLine
[src]Trait Implementations
impl Clone for VerticalLine
[src]
impl Clone for VerticalLine
[src]fn clone(&self) -> VerticalLine
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for VerticalLine
[src]
impl Copy for VerticalLine
[src]impl Default for VerticalLine
[src]
impl Default for VerticalLine
[src]impl Eq for VerticalLine
[src]
impl Eq for VerticalLine
[src]impl PartialEq<VerticalLine> for VerticalLine
[src]
impl PartialEq<VerticalLine> for VerticalLine
[src]fn eq(&self, other: &VerticalLine) -> bool
[src]
fn ne(&self, other: &VerticalLine) -> bool
[src]
impl StructuralEq for VerticalLine
[src]
impl StructuralEq for VerticalLine
[src]impl StructuralPartialEq for VerticalLine
[src]
impl StructuralPartialEq for VerticalLine
[src]Auto Trait Implementations
impl RefUnwindSafe for VerticalLine
impl RefUnwindSafe for VerticalLine
impl Send for VerticalLine
impl Send for VerticalLine
impl Sync for VerticalLine
impl Sync for VerticalLine
impl Unpin for VerticalLine
impl Unpin for VerticalLine
impl UnwindSafe for VerticalLine
impl UnwindSafe for VerticalLine