pub struct NodePat {
pub var: Option<String>,
pub label: Option<String>,
pub props: Vec<(String, Operand)>,
}Fields§
§var: Option<String>§label: Option<String>§props: Vec<(String, Operand)>Trait Implementations§
impl StructuralPartialEq for NodePat
Auto Trait Implementations§
impl Freeze for NodePat
impl RefUnwindSafe for NodePat
impl Send for NodePat
impl Sync for NodePat
impl Unpin for NodePat
impl UnsafeUnpin for NodePat
impl UnwindSafe for NodePat
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