pub enum ColumnAttr {
Unique(Span),
AutoInc(Span),
PrimaryKey(Span),
Index(IndexArg),
Default(Expr, Span),
}Variants§
Auto Trait Implementations§
impl !Send for ColumnAttr
impl !Sync for ColumnAttr
impl Freeze for ColumnAttr
impl RefUnwindSafe for ColumnAttr
impl Unpin for ColumnAttr
impl UnsafeUnpin for ColumnAttr
impl UnwindSafe for ColumnAttr
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