pub enum ColWidth {
Fixed(usize),
Percent(u16),
Auto,
}
Expand description
Column-specific width specification.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ColWidth
impl RefUnwindSafe for ColWidth
impl Send for ColWidth
impl Sync for ColWidth
impl Unpin for ColWidth
impl UnwindSafe for ColWidth
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