pub struct TableBody {}Expand description
Represents a table body node.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TableBody
impl RefUnwindSafe for TableBody
impl Send for TableBody
impl Sync for TableBody
impl Unpin for TableBody
impl UnsafeUnpin 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