pub struct WitExport {
pub name: String,
}Expand description
WIT export
Fields§
§name: StringThe name of the exported item.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WitExport
impl RefUnwindSafe for WitExport
impl Send for WitExport
impl Sync for WitExport
impl Unpin for WitExport
impl UnsafeUnpin for WitExport
impl UnwindSafe for WitExport
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