pub struct ZigFile {
pub imports: Vec<ZigImport>,
pub structs: Vec<ZigStruct>,
pub functions: Vec<ZigFn>,
pub tests: Vec<ZigTestBlock>,
}Fields§
§imports: Vec<ZigImport>§structs: Vec<ZigStruct>§functions: Vec<ZigFn>§tests: Vec<ZigTestBlock>Implementations§
Auto Trait Implementations§
impl Freeze for ZigFile
impl RefUnwindSafe for ZigFile
impl Send for ZigFile
impl Sync for ZigFile
impl Unpin for ZigFile
impl UnsafeUnpin for ZigFile
impl UnwindSafe for ZigFile
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