pub struct RowCellsSnapshot {
pub all: Vec<CellSnapshot>,
pub visible: Vec<CellSnapshot>,
pub left: Vec<CellSnapshot>,
pub center: Vec<CellSnapshot>,
pub right: Vec<CellSnapshot>,
}Fields§
§all: Vec<CellSnapshot>§visible: Vec<CellSnapshot>§left: Vec<CellSnapshot>§center: Vec<CellSnapshot>§right: Vec<CellSnapshot>Trait Implementations§
Source§impl Clone for RowCellsSnapshot
impl Clone for RowCellsSnapshot
Source§fn clone(&self) -> RowCellsSnapshot
fn clone(&self) -> RowCellsSnapshot
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 RowCellsSnapshot
impl Debug for RowCellsSnapshot
Source§impl PartialEq for RowCellsSnapshot
impl PartialEq for RowCellsSnapshot
impl Eq for RowCellsSnapshot
impl StructuralPartialEq for RowCellsSnapshot
Auto Trait Implementations§
impl Freeze for RowCellsSnapshot
impl RefUnwindSafe for RowCellsSnapshot
impl Send for RowCellsSnapshot
impl Sync for RowCellsSnapshot
impl Unpin for RowCellsSnapshot
impl UnsafeUnpin for RowCellsSnapshot
impl UnwindSafe for RowCellsSnapshot
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