pub struct TableRow(/* private fields */);Expand description
Table row.
Multiple elements joined by & when rendered.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TableRow
impl !RefUnwindSafe for TableRow
impl !Send for TableRow
impl !Sync for TableRow
impl Unpin for TableRow
impl !UnwindSafe for TableRow
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
Source§impl<T> IntoTexElement for Twhere
T: TexElement + 'static,
impl<T> IntoTexElement for Twhere
T: TexElement + 'static,
Source§fn into_tex_element(self) -> Box<dyn TexElement>
fn into_tex_element(self) -> Box<dyn TexElement>
Converts the given element into a
TexElement.