pub struct SkeletonTableColumn {
pub header_class: &'static str,
pub header_box_class: &'static str,
pub cell_class: &'static str,
pub cell_shape: SkeletonCellShape,
}Expand description
表格骨架屏一列的规格:表头单元格类名/占位块类名 + 表体单元格类名/占位形状。
Fields§
§header_class: &'static str表头 th 的 class(含列宽、对齐、响应式隐藏等)
header_box_class: &'static str表头占位块(SkeletonBox)的 class
cell_class: &'static str表体 td 的 class
cell_shape: SkeletonCellShape表体单元格占位形状
Trait Implementations§
Source§impl Clone for SkeletonTableColumn
impl Clone for SkeletonTableColumn
Source§fn clone(&self) -> SkeletonTableColumn
fn clone(&self) -> SkeletonTableColumn
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for SkeletonTableColumn
impl PartialEq for SkeletonTableColumn
impl StructuralPartialEq for SkeletonTableColumn
Auto Trait Implementations§
impl Freeze for SkeletonTableColumn
impl RefUnwindSafe for SkeletonTableColumn
impl Send for SkeletonTableColumn
impl Sync for SkeletonTableColumn
impl Unpin for SkeletonTableColumn
impl UnsafeUnpin for SkeletonTableColumn
impl UnwindSafe for SkeletonTableColumn
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> InitializeFromFunction<T> for T
impl<T> InitializeFromFunction<T> for T
§fn initialize_from_function(f: fn() -> T) -> T
fn initialize_from_function(f: fn() -> T) -> T
Create an instance of this type from an initialization function
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
§impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
§fn super_from(input: T) -> O
fn super_from(input: T) -> O
Convert from a type to another type.
§impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
§fn super_into(self) -> O
fn super_into(self) -> O
Convert from a type to another type.