pub struct WitRoot {
pub items: Vec<WitItem>,
}Expand description
WIT root node
Fields§
§items: Vec<WitItem>The list of top-level items in the WIT document.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WitRoot
impl RefUnwindSafe for WitRoot
impl Send for WitRoot
impl Sync for WitRoot
impl Unpin for WitRoot
impl UnsafeUnpin for WitRoot
impl UnwindSafe for WitRoot
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