pub struct JRoot {
pub items: Vec<JItem>,
}Expand description
Root node of the J syntax tree.
Fields§
§items: Vec<JItem>Items in this J file.
Implementations§
Trait Implementations§
impl Eq for JRoot
impl StructuralPartialEq for JRoot
Auto Trait Implementations§
impl Freeze for JRoot
impl RefUnwindSafe for JRoot
impl Send for JRoot
impl Sync for JRoot
impl Unpin for JRoot
impl UnsafeUnpin for JRoot
impl UnwindSafe for JRoot
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