pub struct RowSpan { /* private fields */ }
Expand description
Row (vertical) span.
Implementations§
Trait Implementations§
Source§impl<R> CellOption<R, ColoredConfig> for RowSpan
impl<R> CellOption<R, ColoredConfig> for RowSpan
Source§fn change(self, records: &mut R, cfg: &mut ColoredConfig, entity: Entity)
fn change(self, records: &mut R, cfg: &mut ColoredConfig, entity: Entity)
Modification function of a certail part of a grid targeted by
Entity
.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 moreSource§impl Ord for RowSpan
impl Ord for RowSpan
Source§impl PartialOrd for RowSpan
impl PartialOrd for RowSpan
impl Copy for RowSpan
impl Eq for RowSpan
impl StructuralPartialEq for RowSpan
Auto Trait Implementations§
impl Freeze for RowSpan
impl RefUnwindSafe for RowSpan
impl Send for RowSpan
impl Sync for RowSpan
impl Unpin for RowSpan
impl UnwindSafe for RowSpan
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