pub enum MigrateResult {
Ok,
NoKey,
}
Expand description
Result for the migrate
command
Variants§
Trait Implementations§
Source§impl FromValue for MigrateResult
impl FromValue for MigrateResult
Auto Trait Implementations§
impl Freeze for MigrateResult
impl RefUnwindSafe for MigrateResult
impl Send for MigrateResult
impl Sync for MigrateResult
impl Unpin for MigrateResult
impl UnwindSafe for MigrateResult
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