pub struct BatchInsertCommand {
pub entity: String,
pub batch_values: Vec<Record>,
pub trace_chains: Vec<Vec<TraceNode>>,
}Fields§
§entity: String§batch_values: Vec<Record>§trace_chains: Vec<Vec<TraceNode>>Implementations§
Trait Implementations§
Source§impl Clone for BatchInsertCommand
impl Clone for BatchInsertCommand
Source§fn clone(&self) -> BatchInsertCommand
fn clone(&self) -> BatchInsertCommand
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 BatchInsertCommand
impl Debug for BatchInsertCommand
Source§impl PartialEq for BatchInsertCommand
impl PartialEq for BatchInsertCommand
Source§fn eq(&self, other: &BatchInsertCommand) -> bool
fn eq(&self, other: &BatchInsertCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BatchInsertCommand
Auto Trait Implementations§
impl Freeze for BatchInsertCommand
impl RefUnwindSafe for BatchInsertCommand
impl Send for BatchInsertCommand
impl Sync for BatchInsertCommand
impl Unpin for BatchInsertCommand
impl UnsafeUnpin for BatchInsertCommand
impl UnwindSafe for BatchInsertCommand
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