pub struct MigrateNodesPlan {
pub tx: GraphTransaction,
pub report: MigrateNodesReport,
}Fields§
§tx: GraphTransaction§report: MigrateNodesReportImplementations§
Source§impl MigrateNodesPlan
impl MigrateNodesPlan
pub fn transaction(&self) -> &GraphTransaction
pub fn report(&self) -> &MigrateNodesReport
pub fn into_parts(self) -> (GraphTransaction, MigrateNodesReport)
Trait Implementations§
Source§impl Clone for MigrateNodesPlan
impl Clone for MigrateNodesPlan
Source§fn clone(&self) -> MigrateNodesPlan
fn clone(&self) -> MigrateNodesPlan
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 MigrateNodesPlan
impl RefUnwindSafe for MigrateNodesPlan
impl Send for MigrateNodesPlan
impl Sync for MigrateNodesPlan
impl Unpin for MigrateNodesPlan
impl UnsafeUnpin for MigrateNodesPlan
impl UnwindSafe for MigrateNodesPlan
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