pub struct Apply {
pub children: Vec<NodeIndex>,
pub operator: Option<NodeIndex>,
pub operands: Vec<NodeIndex>,
pub parent: Option<NodeIndex>,
}
Fields§
§children: Vec<NodeIndex>
§operator: Option<NodeIndex>
§operands: Vec<NodeIndex>
§parent: Option<NodeIndex>
Implementations§
Trait Implementations§
impl Eq for Apply
impl StructuralPartialEq for Apply
Auto Trait Implementations§
impl Freeze for Apply
impl RefUnwindSafe for Apply
impl Send for Apply
impl Sync for Apply
impl Unpin for Apply
impl UnwindSafe for Apply
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