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