pub struct SessionTableMigration;Available on crate feature
migration only.Trait Implementations§
Source§impl MigrationTrait for SessionTableMigration
impl MigrationTrait for SessionTableMigration
Auto Trait Implementations§
impl Freeze for SessionTableMigration
impl RefUnwindSafe for SessionTableMigration
impl Send for SessionTableMigration
impl Sync for SessionTableMigration
impl Unpin for SessionTableMigration
impl UnwindSafe for SessionTableMigration
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