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