pub struct OCamlRoot {
pub items: Vec<OCamlItem>,
}Expand description
OCaml AST 根节点
Fields§
§items: Vec<OCamlItem>Trait Implementations§
impl StructuralPartialEq for OCamlRoot
Auto Trait Implementations§
impl Freeze for OCamlRoot
impl RefUnwindSafe for OCamlRoot
impl Send for OCamlRoot
impl Sync for OCamlRoot
impl Unpin for OCamlRoot
impl UnwindSafe for OCamlRoot
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