pub struct HeightList { /* private fields */ }
Expand description
A structure used to set Table
height via a list of rows heights.
Implementations§
Trait Implementations§
Source§impl Debug for HeightList
impl Debug for HeightList
Source§impl FromIterator<usize> for HeightList
impl FromIterator<usize> for HeightList
Source§impl<R> TableOption<R> for HeightListwhere
R: Records,
impl<R> TableOption<R> for HeightListwhere
R: Records,
Auto Trait Implementations§
impl Freeze for HeightList
impl RefUnwindSafe for HeightList
impl Send for HeightList
impl Sync for HeightList
impl Unpin for HeightList
impl UnwindSafe for HeightList
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