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