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