pub enum IdentityType {
Always,
ByDefault,
}Expand description
Identity column type (ALWAYS vs BY DEFAULT)
Variants§
Trait Implementations§
Source§impl Clone for IdentityType
impl Clone for IdentityType
Source§fn clone(&self) -> IdentityType
fn clone(&self) -> IdentityType
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 IdentityType
impl Debug for IdentityType
Source§impl Default for IdentityType
impl Default for IdentityType
Source§fn default() -> IdentityType
fn default() -> IdentityType
Returns the “default value” for a type. Read more
Source§impl Hash for IdentityType
impl Hash for IdentityType
Source§impl PartialEq for IdentityType
impl PartialEq for IdentityType
impl Copy for IdentityType
impl Eq for IdentityType
impl StructuralPartialEq for IdentityType
Auto Trait Implementations§
impl Freeze for IdentityType
impl RefUnwindSafe for IdentityType
impl Send for IdentityType
impl Sync for IdentityType
impl Unpin for IdentityType
impl UnwindSafe for IdentityType
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