pub struct WebIdlResult {
pub root: IdlRoot,
pub typescript: String,
}Expand description
WebIDL 类型定义模块 WebIDL 解析结果
Fields§
§root: IdlRootWebIDL AST 根节点
typescript: String生成的 TypeScript 类型定义
Auto Trait Implementations§
impl Freeze for WebIdlResult
impl RefUnwindSafe for WebIdlResult
impl Send for WebIdlResult
impl Sync for WebIdlResult
impl Unpin for WebIdlResult
impl UnsafeUnpin for WebIdlResult
impl UnwindSafe for WebIdlResult
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