pub struct AdoptMigration {
pub migration: Option<String>,
pub yes: bool,
pub description: Option<String>,
}Fields§
§migration: Option<String>§yes: bool§description: Option<String>Trait Implementations§
Source§impl Command for AdoptMigration
impl Command for AdoptMigration
Source§impl TelemetryDescribe for AdoptMigration
impl TelemetryDescribe for AdoptMigration
fn telemetry(&self) -> TelemetryInfo
Auto Trait Implementations§
impl Freeze for AdoptMigration
impl RefUnwindSafe for AdoptMigration
impl Send for AdoptMigration
impl Sync for AdoptMigration
impl Unpin for AdoptMigration
impl UnsafeUnpin for AdoptMigration
impl UnwindSafe for AdoptMigration
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