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