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, C> TableOption<R, C, CompleteDimension> for HeightListwhere
R: ExactRecords + Records,
impl<R, C> TableOption<R, C, CompleteDimension> for HeightListwhere
R: ExactRecords + Records,
Source§fn change(self, records: &mut R, _: &mut C, dims: &mut CompleteDimension)
fn change(self, records: &mut R, _: &mut C, dims: &mut CompleteDimension)
The function modificaties of records and a grid configuration.
Source§fn hint_change(&self) -> Option<Entity>
fn hint_change(&self) -> Option<Entity>
A hint whether an
TableOption
is going to change table layout. Read moreAuto 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