pub struct VosAST {
pub statements: Vec<VosStatement>,
}Fields§
§statements: Vec<VosStatement>Implementations§
Source§impl VosAST
impl VosAST
pub fn push_object(&mut self, name: Identifier, value: ValueStatement)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VosAST
impl RefUnwindSafe for VosAST
impl Send for VosAST
impl Sync for VosAST
impl Unpin for VosAST
impl UnwindSafe for VosAST
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