pub struct ParsedModule<'a> {
pub module: Module<'a>,
}Expand description
A parsed HUGR module.
This consists of the module itself, together with additional information that was extracted from the text format.
Fields§
§module: Module<'a>The parsed module.
Trait Implementations§
source§impl<'a> Clone for ParsedModule<'a>
impl<'a> Clone for ParsedModule<'a>
source§fn clone(&self) -> ParsedModule<'a>
fn clone(&self) -> ParsedModule<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for ParsedModule<'a>
impl<'a> RefUnwindSafe for ParsedModule<'a>
impl<'a> Send for ParsedModule<'a>
impl<'a> Sync for ParsedModule<'a>
impl<'a> Unpin for ParsedModule<'a>
impl<'a> UnwindSafe for ParsedModule<'a>
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)