pub struct TableHeaderCellConfig {
pub label: WidgetId,
pub sort: Option<SortDirection>,
pub is_hovered: Signal<bool>,
pub is_resizing: Signal<bool>,
}Fields§
§label: WidgetId§sort: Option<SortDirection>§is_hovered: Signal<bool>§is_resizing: Signal<bool>Auto Trait Implementations§
impl !RefUnwindSafe for TableHeaderCellConfig
impl !Send for TableHeaderCellConfig
impl !Sync for TableHeaderCellConfig
impl !UnwindSafe for TableHeaderCellConfig
impl Freeze for TableHeaderCellConfig
impl Unpin for TableHeaderCellConfig
impl UnsafeUnpin for TableHeaderCellConfig
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