pub struct InterfacePrinter { /* private fields */ }
Expand description
A utility for printing WebAssembly interface definitions to a string.
Implementations§
Trait Implementations§
Source§impl Default for InterfacePrinter
impl Default for InterfacePrinter
Source§fn default() -> InterfacePrinter
fn default() -> InterfacePrinter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InterfacePrinter
impl RefUnwindSafe for InterfacePrinter
impl Send for InterfacePrinter
impl Sync for InterfacePrinter
impl Unpin for InterfacePrinter
impl UnwindSafe for InterfacePrinter
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