pub struct MigrationHandle(/* private fields */);
Implementations§
Source§impl MigrationHandle
impl MigrationHandle
pub fn accept(self) -> Result<MigratingPartition, WHvError>
Trait Implementations§
Source§impl AsHandle for MigrationHandle
impl AsHandle for MigrationHandle
Source§fn as_handle(&self) -> BorrowedHandle<'_>
fn as_handle(&self) -> BorrowedHandle<'_>
Borrows the handle. Read more
Source§impl Debug for MigrationHandle
impl Debug for MigrationHandle
Source§impl From<MigrationHandle> for OwnedHandle
impl From<MigrationHandle> for OwnedHandle
Source§fn from(handle: MigrationHandle) -> OwnedHandle
fn from(handle: MigrationHandle) -> OwnedHandle
Converts to this type from the input type.
Source§impl From<OwnedHandle> for MigrationHandle
impl From<OwnedHandle> for MigrationHandle
Source§fn from(handle: OwnedHandle) -> Self
fn from(handle: OwnedHandle) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MigrationHandle
impl RefUnwindSafe for MigrationHandle
impl Send for MigrationHandle
impl Sync for MigrationHandle
impl Unpin for MigrationHandle
impl UnwindSafe for MigrationHandle
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