pub enum InsertMethod {
First,
Last,
No,
}Expand description
MySQL INSERT_METHOD values
Variants§
Trait Implementations§
Source§impl Clone for InsertMethod
impl Clone for InsertMethod
Source§fn clone(&self) -> InsertMethod
fn clone(&self) -> InsertMethod
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 InsertMethod
impl Debug for InsertMethod
Source§impl PartialEq for InsertMethod
impl PartialEq for InsertMethod
impl StructuralPartialEq for InsertMethod
Auto Trait Implementations§
impl Freeze for InsertMethod
impl RefUnwindSafe for InsertMethod
impl Send for InsertMethod
impl Sync for InsertMethod
impl Unpin for InsertMethod
impl UnwindSafe for InsertMethod
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