pub struct CompiledProgram { /* private fields */ }Implementations§
Source§impl CompiledProgram
impl CompiledProgram
pub fn compile_stats(&self) -> &CompileStats
pub fn static_graph_json(&self, module_ref: impl Into<String>) -> Value
Trait Implementations§
Source§impl Clone for CompiledProgram
impl Clone for CompiledProgram
Source§fn clone(&self) -> CompiledProgram
fn clone(&self) -> CompiledProgram
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CompiledProgram
impl Debug for CompiledProgram
Source§impl<'program> From<&'program CompiledProgram> for ExecutableProgram<'program>
impl<'program> From<&'program CompiledProgram> for ExecutableProgram<'program>
Source§fn from(program: &'program CompiledProgram) -> Self
fn from(program: &'program CompiledProgram) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for CompiledProgram
impl !UnwindSafe for CompiledProgram
impl Freeze for CompiledProgram
impl Send for CompiledProgram
impl Sync for CompiledProgram
impl Unpin for CompiledProgram
impl UnsafeUnpin for CompiledProgram
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