Struct wit_component::WorldPrinter
source · pub struct WorldPrinter { /* private fields */ }
Expand description
A utility for printing WebAssembly interface definitions to a string.
Implementations
Trait Implementations
sourceimpl Default for WorldPrinter
impl Default for WorldPrinter
sourcefn default() -> WorldPrinter
fn default() -> WorldPrinter
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for WorldPrinter
impl Send for WorldPrinter
impl Sync for WorldPrinter
impl Unpin for WorldPrinter
impl UnwindSafe for WorldPrinter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more