pub struct InsertValuesSet;Expand description
Marker for the state after VALUES are set.
Implementations§
Trait Implementations§
Source§impl Clone for InsertValuesSet
impl Clone for InsertValuesSet
Source§fn clone(&self) -> InsertValuesSet
fn clone(&self) -> InsertValuesSet
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 InsertValuesSet
impl Debug for InsertValuesSet
Source§impl Default for InsertValuesSet
impl Default for InsertValuesSet
Source§fn default() -> InsertValuesSet
fn default() -> InsertValuesSet
Returns the “default value” for a type. Read more
impl Copy for InsertValuesSet
impl ExecutableState for InsertValuesSet
Auto Trait Implementations§
impl Freeze for InsertValuesSet
impl RefUnwindSafe for InsertValuesSet
impl Send for InsertValuesSet
impl Sync for InsertValuesSet
impl Unpin for InsertValuesSet
impl UnwindSafe for InsertValuesSet
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