pub enum AutoIncrementId {
Yes,
No,
Optional,
}
Expand description
Does the insert yield an auto increment id
Variants§
Trait Implementations§
Source§impl Clone for AutoIncrementId
impl Clone for AutoIncrementId
Source§fn clone(&self) -> AutoIncrementId
fn clone(&self) -> AutoIncrementId
Returns a copy 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 AutoIncrementId
impl Debug for AutoIncrementId
Source§impl PartialEq for AutoIncrementId
impl PartialEq for AutoIncrementId
impl Eq for AutoIncrementId
impl StructuralPartialEq for AutoIncrementId
Auto Trait Implementations§
impl Freeze for AutoIncrementId
impl RefUnwindSafe for AutoIncrementId
impl Send for AutoIncrementId
impl Sync for AutoIncrementId
impl Unpin for AutoIncrementId
impl UnwindSafe for AutoIncrementId
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