Enum redis_driver::MigrateResult
source · pub enum MigrateResult {
Ok,
NoKey,
}
Expand description
Result for the migrate
command
Variants
Ok
key(s) successfully migrated
NoKey
no keys were found in the source instance.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MigrateResult
impl Send for MigrateResult
impl Sync for MigrateResult
impl Unpin for MigrateResult
impl UnwindSafe for MigrateResult
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