pub struct TableElement {
pub span: Span,
pub parameters: Parameters,
pub children: Vec<TableRowItem>,
}Expand description
테이블 요소 {{{#table …}}}
Fields§
§span: Span§parameters: Parameters§children: Vec<TableRowItem>Trait Implementations§
Source§impl Clone for TableElement
impl Clone for TableElement
Source§fn clone(&self) -> TableElement
fn clone(&self) -> TableElement
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 TableElement
impl Debug for TableElement
Auto Trait Implementations§
impl Freeze for TableElement
impl RefUnwindSafe for TableElement
impl Send for TableElement
impl Sync for TableElement
impl Unpin for TableElement
impl UnwindSafe for TableElement
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