pub struct Column {
pub key: String,
pub label: String,
pub sortable: bool,
pub column_type: ColumnType,
}Expand description
Configuration for a column in the admin list view.
Fields§
§key: String§label: String§sortable: bool§column_type: ColumnTypeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Column
impl RefUnwindSafe for Column
impl Send for Column
impl Sync for Column
impl Unpin for Column
impl UnsafeUnpin for Column
impl UnwindSafe for Column
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