pub struct CreateGraphNode {
pub node: Variable,
pub location: Location,
}
Expand description
A node
statement that creates a new graph node
Fields§
§node: Variable
§location: Location
Trait Implementations§
Source§impl Debug for CreateGraphNode
impl Debug for CreateGraphNode
Source§impl Display for CreateGraphNode
impl Display for CreateGraphNode
Source§impl From<CreateGraphNode> for Statement
impl From<CreateGraphNode> for Statement
Source§fn from(statement: CreateGraphNode) -> Statement
fn from(statement: CreateGraphNode) -> Statement
Converts to this type from the input type.
Source§impl PartialEq for CreateGraphNode
impl PartialEq for CreateGraphNode
impl Eq for CreateGraphNode
impl StructuralPartialEq for CreateGraphNode
Auto Trait Implementations§
impl Freeze for CreateGraphNode
impl RefUnwindSafe for CreateGraphNode
impl Send for CreateGraphNode
impl Sync for CreateGraphNode
impl Unpin for CreateGraphNode
impl UnwindSafe for CreateGraphNode
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