pub struct DataTableColumn { /* private fields */ }Expand description
One column definition: header label + width policy.
Implementations§
Trait Implementations§
Source§impl Clone for DataTableColumn
impl Clone for DataTableColumn
Source§fn clone(&self) -> DataTableColumn
fn clone(&self) -> DataTableColumn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DataTableColumn
impl RefUnwindSafe for DataTableColumn
impl Send for DataTableColumn
impl Sync for DataTableColumn
impl Unpin for DataTableColumn
impl UnsafeUnpin for DataTableColumn
impl UnwindSafe for DataTableColumn
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