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