pub struct ConditionalTableCells {
pub span: Span,
pub condition: Expression,
pub cells: Vec<TableCellElement>,
}Expand description
조건부 테이블 셀 ({{{#if condition :: [[cell]]…}}})
Fields§
§span: Span§condition: Expression§cells: Vec<TableCellElement>Trait Implementations§
Source§impl Clone for ConditionalTableCells
impl Clone for ConditionalTableCells
Source§fn clone(&self) -> ConditionalTableCells
fn clone(&self) -> ConditionalTableCells
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 ConditionalTableCells
impl Debug for ConditionalTableCells
Auto Trait Implementations§
impl Freeze for ConditionalTableCells
impl RefUnwindSafe for ConditionalTableCells
impl Send for ConditionalTableCells
impl Sync for ConditionalTableCells
impl Unpin for ConditionalTableCells
impl UnwindSafe for ConditionalTableCells
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