pub struct PendingMigration {
pub service: TenantMigrationService,
pub name: String,
}Fields§
§service: TenantMigrationServiceThe service the migration is for
name: StringThe name of the migration
Trait Implementations§
Source§impl Clone for PendingMigration
impl Clone for PendingMigration
Source§fn clone(&self) -> PendingMigration
fn clone(&self) -> PendingMigration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PendingMigration
impl Debug for PendingMigration
Source§impl<'de> Deserialize<'de> for PendingMigration
impl<'de> Deserialize<'de> for PendingMigration
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PendingMigration
Source§impl PartialEq for PendingMigration
impl PartialEq for PendingMigration
Source§impl Serialize for PendingMigration
impl Serialize for PendingMigration
impl StructuralPartialEq for PendingMigration
Auto Trait Implementations§
impl Freeze for PendingMigration
impl RefUnwindSafe for PendingMigration
impl Send for PendingMigration
impl Sync for PendingMigration
impl Unpin for PendingMigration
impl UnsafeUnpin for PendingMigration
impl UnwindSafe for PendingMigration
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