pub struct CellSettingsList<S1, S2> { /* private fields */ }
Expand description
This is a container of CellOption
s.
Trait Implementations§
Source§impl<M1, M2, R> CellOption<R> for CellSettingsList<M1, M2>where
M1: CellOption<R>,
M2: CellOption<R>,
impl<M1, M2, R> CellOption<R> for CellSettingsList<M1, M2>where
M1: CellOption<R>,
M2: CellOption<R>,
Source§fn change_cell(&mut self, table: &mut Table<R>, entity: Entity)
fn change_cell(&mut self, table: &mut Table<R>, entity: Entity)
Modification function of a single cell.
Auto Trait Implementations§
impl<S1, S2> Freeze for CellSettingsList<S1, S2>
impl<S1, S2> RefUnwindSafe for CellSettingsList<S1, S2>where
S1: RefUnwindSafe,
S2: RefUnwindSafe,
impl<S1, S2> Send for CellSettingsList<S1, S2>
impl<S1, S2> Sync for CellSettingsList<S1, S2>
impl<S1, S2> Unpin for CellSettingsList<S1, S2>
impl<S1, S2> UnwindSafe for CellSettingsList<S1, S2>where
S1: UnwindSafe,
S2: UnwindSafe,
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