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