Struct rorm_declaration::hmr::annotations::AutoIncrement
source · pub struct AutoIncrement;
Expand description
AUTO_INCREMENT constraint
Trait Implementations
sourceimpl AsImr for AutoIncrement
impl AsImr for AutoIncrement
type Imr = Annotation
type Imr = Annotation
Imr type to convert to
sourcefn as_imr(&self) -> Annotation
fn as_imr(&self) -> Annotation
Convert to imr type
Auto Trait Implementations
impl RefUnwindSafe for AutoIncrement
impl Send for AutoIncrement
impl Sync for AutoIncrement
impl Unpin for AutoIncrement
impl UnwindSafe for AutoIncrement
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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