pub struct RestoreNodeDefinition {
pub factory: String,
pub kind: RestoreNodeKind,
pub opts: GraphNodeOpts,
}Expand description
RestoreNodeDefinition data container.
Fields§
§factory: Stringfactory field for factory.
kind: RestoreNodeKindkind field for kind.
opts: GraphNodeOptsopts field for opts.
Auto Trait Implementations§
impl Freeze for RestoreNodeDefinition
impl !RefUnwindSafe for RestoreNodeDefinition
impl !Send for RestoreNodeDefinition
impl !Sync for RestoreNodeDefinition
impl Unpin for RestoreNodeDefinition
impl UnsafeUnpin for RestoreNodeDefinition
impl !UnwindSafe for RestoreNodeDefinition
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