Enum wit_parser::AstItem
source · pub enum AstItem {
Interface(InterfaceId),
World(WorldId),
}
Variants§
Interface(InterfaceId)
World(WorldId)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AstItem
impl Send for AstItem
impl Sync for AstItem
impl Unpin for AstItem
impl UnwindSafe for AstItem
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