Struct cli_table::format::BorderBuilder
source · pub struct BorderBuilder(/* private fields */);
Expand description
Builder for border
Implementations§
source§impl 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§
source§impl Clone for BorderBuilder
impl Clone for BorderBuilder
source§fn clone(&self) -> BorderBuilder
fn clone(&self) -> BorderBuilder
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 BorderBuilder
impl Debug for BorderBuilder
source§impl PartialEq for BorderBuilder
impl PartialEq for BorderBuilder
source§fn eq(&self, other: &BorderBuilder) -> bool
fn eq(&self, other: &BorderBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for BorderBuilder
impl StructuralPartialEq for BorderBuilder
Auto Trait Implementations§
impl Freeze for BorderBuilder
impl RefUnwindSafe for BorderBuilder
impl Send for BorderBuilder
impl Sync for BorderBuilder
impl Unpin for BorderBuilder
impl UnwindSafe for BorderBuilder
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: 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
)