Struct fire_postgres::migrations::Migrations
source · pub struct Migrations { /* private fields */ }
Expand description
Holds all migrations
and checks which migrations already ran, and runs the others
Implementations§
Trait Implementations§
source§impl Clone for Migrations
impl Clone for Migrations
source§fn clone(&self) -> Migrations
fn clone(&self) -> Migrations
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for Migrations
impl RefUnwindSafe for Migrations
impl Send for Migrations
impl Sync for Migrations
impl Unpin for Migrations
impl UnwindSafe for Migrations
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