pub struct Inserts {
pub value_columns: Vec<KeyString>,
pub new_values: String,
}Fields§
§value_columns: Vec<KeyString>§new_values: StringTrait Implementations§
Source§impl PartialOrd for Inserts
impl PartialOrd for Inserts
impl StructuralPartialEq for Inserts
Auto Trait Implementations§
impl Freeze for Inserts
impl RefUnwindSafe for Inserts
impl Send for Inserts
impl Sync for Inserts
impl Unpin for Inserts
impl UnsafeUnpin for Inserts
impl UnwindSafe for Inserts
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