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