pub struct ModuleTags { /* private fields */ }Expand description
All tags in a WebAssembly module.
Implementations§
Source§impl ModuleTags
impl ModuleTags
Trait Implementations§
Source§impl Debug for ModuleTags
impl Debug for ModuleTags
Source§impl Default for ModuleTags
impl Default for ModuleTags
Source§fn default() -> ModuleTags
fn default() -> ModuleTags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ModuleTags
impl RefUnwindSafe for ModuleTags
impl Send for ModuleTags
impl Sync for ModuleTags
impl Unpin for ModuleTags
impl UnwindSafe for ModuleTags
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