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