pub struct TableBuilder { /* private fields */ }Expand description
Builder for creating tables with fluent API
Implementations§
Source§impl TableBuilder
impl TableBuilder
Sourcepub fn add_simple_row(self, cells: Vec<&str>) -> Self
pub fn add_simple_row(self, cells: Vec<&str>) -> Self
Add a simple row from strings
Trait Implementations§
Source§impl Clone for TableBuilder
impl Clone for TableBuilder
Source§fn clone(&self) -> TableBuilder
fn clone(&self) -> TableBuilder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TableBuilder
impl RefUnwindSafe for TableBuilder
impl Send for TableBuilder
impl Sync for TableBuilder
impl Unpin for TableBuilder
impl UnsafeUnpin for TableBuilder
impl UnwindSafe for TableBuilder
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