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