pub struct TableBuffer {
pub len: u64,
pub columns: HashMap<String, ColumnBuffer>,
}Fields§
§len: u64§columns: HashMap<String, ColumnBuffer>Trait Implementations§
Source§impl Clone for TableBuffer
impl Clone for TableBuffer
Source§fn clone(&self) -> TableBuffer
fn clone(&self) -> TableBuffer
Returns a duplicate of the value. Read more
1.0.0 · 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 TableBuffer
impl Debug for TableBuffer
Source§impl Default for TableBuffer
impl Default for TableBuffer
Source§fn default() -> TableBuffer
fn default() -> TableBuffer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TableBuffer
impl RefUnwindSafe for TableBuffer
impl Send for TableBuffer
impl Sync for TableBuffer
impl Unpin for TableBuffer
impl UnwindSafe for TableBuffer
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