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