pub struct Builder { /* private fields */ }
Implementations§
Source§impl Builder
impl Builder
pub fn row(self) -> Self
pub fn col_fixed(self, width: usize) -> Self
pub fn col_percent(self, pct: u16) -> Self
pub fn col_auto(self) -> Self
pub fn content<I: IntoIterator<Item = String>>(self, lines: I) -> Self
pub fn hgap(self, gap: usize) -> Self
pub fn vgap(self, gap: usize) -> Self
pub fn border(self, yes: bool) -> Self
pub fn end_row(self) -> Self
pub fn finish(self) -> Layout
Auto Trait Implementations§
impl Freeze for Builder
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
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