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