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