pub struct Defs {
pub defs: Vec<Def>,
pub filenames: Vec<Arc<str>>,
pub file_texts: Vec<Arc<str>>,
}
Expand description
The parsed form of an ISLE file.
Fields§
§defs: Vec<Def>
§filenames: Vec<Arc<str>>
§file_texts: Vec<Arc<str>>
Trait Implementations§
impl Eq for Defs
impl StructuralPartialEq for Defs
Auto Trait Implementations§
impl Freeze for Defs
impl RefUnwindSafe for Defs
impl Send for Defs
impl Sync for Defs
impl Unpin for Defs
impl UnwindSafe for Defs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)