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