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