Fields
id: usize
typ: String
lbl: String
nodes: Vec<(String, String, ASTNodeRef)>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for JASTNode
impl !Send for JASTNode
impl !Sync for JASTNode
impl Unpin for JASTNode
impl !UnwindSafe for JASTNode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more