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