pub struct WatModule {
pub name: Option<String>,
pub items: Vec<WatModuleField>,
}Expand description
Wat 模块
Fields§
§name: Option<String>§items: Vec<WatModuleField>Trait Implementations§
Auto Trait Implementations§
impl Freeze for WatModule
impl RefUnwindSafe for WatModule
impl Send for WatModule
impl Sync for WatModule
impl Unpin for WatModule
impl UnwindSafe for WatModule
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