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