pub struct NodePattern {
pub alias: String,
pub label: Option<String>,
pub properties: Vec<(String, Expr)>,
}Fields§
§alias: String§label: Option<String>§properties: Vec<(String, Expr)>Trait Implementations§
Source§impl Clone for NodePattern
impl Clone for NodePattern
Auto Trait Implementations§
impl Freeze for NodePattern
impl RefUnwindSafe for NodePattern
impl Send for NodePattern
impl Sync for NodePattern
impl Unpin for NodePattern
impl UnsafeUnpin for NodePattern
impl UnwindSafe for NodePattern
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