pub struct CellProps {
pub align: Option<CellAlign>,
pub borders: Option<CellBorders>,
pub checkbox: Option<Checkbox>,
pub data_format: Option<DataFormat>,
pub dropdown: Option<Dropdown>,
pub highlight: Option<Highlight>,
pub note: Option<Note>,
pub progress_bar: Option<ProgressBar>,
pub readonly: bool,
}Fields§
§align: Option<CellAlign>§borders: Option<CellBorders>§checkbox: Option<Checkbox>§data_format: Option<DataFormat>§dropdown: Option<Dropdown>§highlight: Option<Highlight>§note: Option<Note>§progress_bar: Option<ProgressBar>§readonly: boolImplementations§
Trait Implementations§
impl StructuralPartialEq for CellProps
Auto Trait Implementations§
impl Freeze for CellProps
impl RefUnwindSafe for CellProps
impl Send for CellProps
impl Sync for CellProps
impl Unpin for CellProps
impl UnsafeUnpin for CellProps
impl UnwindSafe for CellProps
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