pub struct JavaRoot {
pub items: Vec<Item>,
}Expand description
Java 程序的根节点
Fields§
§items: Vec<Item>编译单元中的项目
Trait Implementations§
impl StructuralPartialEq for JavaRoot
Auto Trait Implementations§
impl Freeze for JavaRoot
impl RefUnwindSafe for JavaRoot
impl Send for JavaRoot
impl Sync for JavaRoot
impl Unpin for JavaRoot
impl UnwindSafe for JavaRoot
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