pub struct TableRow {
pub rowsep: Option<bool>,
pub valign: Option<AlignV>,
}
Fields§
§rowsep: Option<bool>
§valign: Option<AlignV>
Trait Implementations§
Source§impl ExtraAttributes<TableRow> for TableRow
impl ExtraAttributes<TableRow> for TableRow
impl StructuralPartialEq for TableRow
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