Struct cli_table::format::BorderBuilder
source · [−]pub struct BorderBuilder(_);
Expand description
Builder for border
Implementations
sourceimpl BorderBuilder
impl BorderBuilder
sourcepub fn top(self, top: HorizontalLine) -> Self
pub fn top(self, top: HorizontalLine) -> Self
Set top border of a table
sourcepub fn bottom(self, bottom: HorizontalLine) -> Self
pub fn bottom(self, bottom: HorizontalLine) -> Self
Set bottom border of a table
sourcepub fn left(self, left: VerticalLine) -> Self
pub fn left(self, left: VerticalLine) -> Self
Set left border of a table
sourcepub fn right(self, right: VerticalLine) -> Self
pub fn right(self, right: VerticalLine) -> Self
Set right border of a table
Trait Implementations
sourceimpl Clone for BorderBuilder
impl Clone for BorderBuilder
sourcefn clone(&self) -> BorderBuilder
fn clone(&self) -> BorderBuilder
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BorderBuilder
impl Debug for BorderBuilder
sourceimpl PartialEq<BorderBuilder> for BorderBuilder
impl PartialEq<BorderBuilder> for BorderBuilder
sourcefn eq(&self, other: &BorderBuilder) -> bool
fn eq(&self, other: &BorderBuilder) -> bool
impl Eq for BorderBuilder
impl StructuralEq for BorderBuilder
impl StructuralPartialEq for BorderBuilder
Auto Trait Implementations
impl RefUnwindSafe for BorderBuilder
impl Send for BorderBuilder
impl Sync for BorderBuilder
impl Unpin for BorderBuilder
impl UnwindSafe for BorderBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more