pub struct TableBody {
pub valign: Option<AlignV>,
}
Fields§
§valign: Option<AlignV>
Trait Implementations§
Source§impl ExtraAttributes<TableBody> for TableBody
impl ExtraAttributes<TableBody> for TableBody
impl StructuralPartialEq for TableBody
Auto Trait Implementations§
impl Freeze for TableBody
impl RefUnwindSafe for TableBody
impl Send for TableBody
impl Sync for TableBody
impl Unpin for TableBody
impl UnwindSafe for TableBody
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