pub struct WatRoot {
pub items: Vec<WatItem>,
}Expand description
Wat 根节点
Fields§
§items: Vec<WatItem>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 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