Struct cranelift_isle::ast::Defs
source · [−]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 StructuralEq for Defs
impl StructuralPartialEq for Defs
Auto Trait Implementations
impl RefUnwindSafe for Defs
impl Send for Defs
impl Sync for Defs
impl Unpin for Defs
impl UnwindSafe for Defs
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more