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