pub struct TableCell { /* private fields */ }Expand description
Represents a table cell node.
Implementations§
Source§impl TableCell
impl TableCell
Sourcepub fn with_alignment(alignment: TableCellAlignment) -> Self
pub fn with_alignment(alignment: TableCellAlignment) -> Self
Creates a new TableCell with the given alignment.
Sourcepub fn alignment(&self) -> TableCellAlignment
pub fn alignment(&self) -> TableCellAlignment
Returns the alignment of the table cell.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TableCell
impl RefUnwindSafe for TableCell
impl Send for TableCell
impl Sync for TableCell
impl Unpin for TableCell
impl UnsafeUnpin for TableCell
impl UnwindSafe for TableCell
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