Enum sql_type::AutoIncrementId
source · 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<AutoIncrementId> for AutoIncrementId
impl PartialEq<AutoIncrementId> for AutoIncrementId
source§fn eq(&self, other: &AutoIncrementId) -> bool
fn eq(&self, other: &AutoIncrementId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.