pub struct InsertCommand {
pub entity: String,
pub values: Record,
}Fields§
§entity: String§values: RecordImplementations§
Trait Implementations§
Source§impl Clone for InsertCommand
impl Clone for InsertCommand
Source§fn clone(&self) -> InsertCommand
fn clone(&self) -> InsertCommand
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 InsertCommand
impl Debug for InsertCommand
Source§impl PartialEq for InsertCommand
impl PartialEq for InsertCommand
impl StructuralPartialEq for InsertCommand
Auto Trait Implementations§
impl Freeze for InsertCommand
impl RefUnwindSafe for InsertCommand
impl Send for InsertCommand
impl Sync for InsertCommand
impl Unpin for InsertCommand
impl UnsafeUnpin for InsertCommand
impl UnwindSafe for InsertCommand
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