pub struct TableBlock {
pub rows: Vec<TableRow>,
}Expand description
Captured table.
Fields§
§rows: Vec<TableRow>Table rows.
Trait Implementations§
Source§impl Clone for TableBlock
impl Clone for TableBlock
Source§fn clone(&self) -> TableBlock
fn clone(&self) -> TableBlock
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TableBlock
impl Debug for TableBlock
Source§impl Default for TableBlock
impl Default for TableBlock
Source§fn default() -> TableBlock
fn default() -> TableBlock
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TableBlock
impl RefUnwindSafe for TableBlock
impl Send for TableBlock
impl Sync for TableBlock
impl Unpin for TableBlock
impl UnsafeUnpin for TableBlock
impl UnwindSafe for TableBlock
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