Struct rorm_declaration::hmr::annotations::AutoCreateTime
source · pub struct AutoCreateTime;
Expand description
Will set the current time of the database when a row is created.
Trait Implementations
sourceimpl AsImr for AutoCreateTime
impl AsImr for AutoCreateTime
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 AutoCreateTime
impl Send for AutoCreateTime
impl Sync for AutoCreateTime
impl Unpin for AutoCreateTime
impl UnwindSafe for AutoCreateTime
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