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
impl Copy for IdentityType
Source§impl Debug for IdentityType
impl Debug for IdentityType
Source§impl Default for IdentityType
impl Default for IdentityType
impl Eq for IdentityType
Source§impl Hash for IdentityType
impl Hash for IdentityType
Source§impl PartialEq for IdentityType
impl PartialEq 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 UnsafeUnpin 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