pub struct WatRoot {
pub items: Vec<WatItem>,
}Expand description
Root node of the WAT AST.
Fields§
§items: Vec<WatItem>Items in the WAT file.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WatRoot
impl RefUnwindSafe for WatRoot
impl Send for WatRoot
impl Sync for WatRoot
impl Unpin for WatRoot
impl UnsafeUnpin for WatRoot
impl UnwindSafe for WatRoot
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