pub struct ParseNode { /* private fields */ }
Expand description
语法节点
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParseNode
impl RefUnwindSafe for ParseNode
impl Send for ParseNode
impl Sync for ParseNode
impl Unpin for ParseNode
impl UnwindSafe for ParseNode
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