Enum sql_type::AutoIncrementId
source · [−]pub enum AutoIncrementId {
Yes,
No,
Optional,
}
Expand description
Does the insert yield an auto increment id
Variants
Yes
No
Optional
Trait Implementations
sourceimpl Clone for AutoIncrementId
impl Clone for AutoIncrementId
sourcefn clone(&self) -> AutoIncrementId
fn clone(&self) -> AutoIncrementId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for AutoIncrementId
impl Debug for AutoIncrementId
sourceimpl PartialEq<AutoIncrementId> for AutoIncrementId
impl PartialEq<AutoIncrementId> for AutoIncrementId
impl Eq for AutoIncrementId
impl StructuralEq for AutoIncrementId
impl StructuralPartialEq for AutoIncrementId
Auto Trait Implementations
impl RefUnwindSafe for AutoIncrementId
impl Send for AutoIncrementId
impl Sync for AutoIncrementId
impl Unpin for AutoIncrementId
impl UnwindSafe for AutoIncrementId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more