pub struct MigrationNode {
pub migration: Migration,
}Expand description
A single node in the migration DAG.
Fields§
§migration: MigrationTrait Implementations§
Source§impl Clone for MigrationNode
impl Clone for MigrationNode
Source§fn clone(&self) -> MigrationNode
fn clone(&self) -> MigrationNode
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 moreAuto Trait Implementations§
impl Freeze for MigrationNode
impl RefUnwindSafe for MigrationNode
impl Send for MigrationNode
impl Sync for MigrationNode
impl Unpin for MigrationNode
impl UnsafeUnpin for MigrationNode
impl UnwindSafe for MigrationNode
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