pub struct TableWriteContext {
pub index: usize,
pub row_count: usize,
}Expand description
表格级写入事件的上下文。
Fields§
§index: usize表格索引(从零开始)。
row_count: usize表格行数。
Trait Implementations§
Source§impl Clone for TableWriteContext
impl Clone for TableWriteContext
Source§fn clone(&self) -> TableWriteContext
fn clone(&self) -> TableWriteContext
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 moreAuto Trait Implementations§
impl Freeze for TableWriteContext
impl RefUnwindSafe for TableWriteContext
impl Send for TableWriteContext
impl Sync for TableWriteContext
impl Unpin for TableWriteContext
impl UnsafeUnpin for TableWriteContext
impl UnwindSafe for TableWriteContext
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