pub struct RepositoryMigrationOrderDirection {}Trait Implementations§
impl HasInputField<direction, RepositoryMigrationOrderDirection> for RepositoryMigrationOrder
Auto Trait Implementations§
impl Freeze for RepositoryMigrationOrderDirection
impl RefUnwindSafe for RepositoryMigrationOrderDirection
impl Send for RepositoryMigrationOrderDirection
impl Sync for RepositoryMigrationOrderDirection
impl Unpin for RepositoryMigrationOrderDirection
impl UnwindSafe for RepositoryMigrationOrderDirection
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