pub struct ColumnSpan { /* private fields */ }
Expand description
Columns (horizontal) span.
Implementations§
Source§impl ColumnSpan
impl ColumnSpan
Trait Implementations§
Source§impl<R> CellOption<R, ColoredConfig> for ColumnSpan
impl<R> CellOption<R, ColoredConfig> for ColumnSpan
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 Clone for ColumnSpan
impl Clone for ColumnSpan
Source§fn clone(&self) -> ColumnSpan
fn clone(&self) -> ColumnSpan
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ColumnSpan
impl Debug for ColumnSpan
Source§impl Ord for ColumnSpan
impl Ord for ColumnSpan
Source§fn cmp(&self, other: &ColumnSpan) -> Ordering
fn cmp(&self, other: &ColumnSpan) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ColumnSpan
impl PartialEq for ColumnSpan
Source§impl PartialOrd for ColumnSpan
impl PartialOrd for ColumnSpan
impl Copy for ColumnSpan
impl Eq for ColumnSpan
impl StructuralPartialEq for ColumnSpan
Auto Trait Implementations§
impl Freeze for ColumnSpan
impl RefUnwindSafe for ColumnSpan
impl Send for ColumnSpan
impl Sync for ColumnSpan
impl Unpin for ColumnSpan
impl UnwindSafe for ColumnSpan
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