Enum circomspect_parser::ParseResult
source · [−]pub enum ParseResult {
Program(Box<ProgramArchive>, ReportCollection),
Library(Box<TemplateLibrary>, ReportCollection),
}Variants
Program(Box<ProgramArchive>, ReportCollection)
Library(Box<TemplateLibrary>, ReportCollection)
Auto Trait Implementations
impl RefUnwindSafe for ParseResult
impl Send for ParseResult
impl Sync for ParseResult
impl Unpin for ParseResult
impl UnwindSafe for ParseResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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