pub struct MigrationStatus;Trait Implementations§
Source§impl Command for MigrationStatus
impl Command for MigrationStatus
Source§impl TelemetryDescribe for MigrationStatus
impl TelemetryDescribe for MigrationStatus
fn telemetry(&self) -> TelemetryInfo
Auto Trait Implementations§
impl Freeze for MigrationStatus
impl RefUnwindSafe for MigrationStatus
impl Send for MigrationStatus
impl Sync for MigrationStatus
impl Unpin for MigrationStatus
impl UnsafeUnpin for MigrationStatus
impl UnwindSafe for MigrationStatus
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