pub enum WidthSpec {
Fixed(usize),
Percent(u16),
Auto,
}
Variants§
Trait Implementations§
impl Copy for WidthSpec
Auto Trait Implementations§
impl Freeze for WidthSpec
impl RefUnwindSafe for WidthSpec
impl Send for WidthSpec
impl Sync for WidthSpec
impl Unpin for WidthSpec
impl UnwindSafe for WidthSpec
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