pub struct NodeMigrationUpgraded {
pub node: NodeId,
pub kind: NodeKindKey,
pub from: u32,
pub to: u32,
}Fields§
§node: NodeId§kind: NodeKindKey§from: u32§to: u32Trait Implementations§
Source§impl Clone for NodeMigrationUpgraded
impl Clone for NodeMigrationUpgraded
Source§fn clone(&self) -> NodeMigrationUpgraded
fn clone(&self) -> NodeMigrationUpgraded
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 NodeMigrationUpgraded
impl RefUnwindSafe for NodeMigrationUpgraded
impl Send for NodeMigrationUpgraded
impl Sync for NodeMigrationUpgraded
impl Unpin for NodeMigrationUpgraded
impl UnsafeUnpin for NodeMigrationUpgraded
impl UnwindSafe for NodeMigrationUpgraded
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