pub enum TableRowItem {
Row(TableRowElement),
Conditional(ConditionalTableRows),
}Expand description
테이블 행 콘텐츠 아이템 (행 또는 조건부)
Variants§
Row(TableRowElement)
Conditional(ConditionalTableRows)
Trait Implementations§
Source§impl Clone for TableRowItem
impl Clone for TableRowItem
Source§fn clone(&self) -> TableRowItem
fn clone(&self) -> TableRowItem
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 Debug for TableRowItem
impl Debug for TableRowItem
Auto Trait Implementations§
impl Freeze for TableRowItem
impl RefUnwindSafe for TableRowItem
impl Send for TableRowItem
impl Sync for TableRowItem
impl Unpin for TableRowItem
impl UnwindSafe for TableRowItem
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