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