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