pub struct WidthList { /* private fields */ }
Expand description
A structure used to set Table
width via a list of columns widths.
Implementations§
Trait Implementations§
Source§impl FromIterator<usize> for WidthList
impl FromIterator<usize> for WidthList
Auto Trait Implementations§
impl Freeze for WidthList
impl RefUnwindSafe for WidthList
impl Send for WidthList
impl Sync for WidthList
impl Unpin for WidthList
impl UnwindSafe for WidthList
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