pub struct CompiledReplProgram {
pub compiled: CompiledProgram,
pub bindings: Vec<ReplLocalBinding>,
}Fields§
§compiled: CompiledProgram§bindings: Vec<ReplLocalBinding>Auto Trait Implementations§
impl Freeze for CompiledReplProgram
impl RefUnwindSafe for CompiledReplProgram
impl Send for CompiledReplProgram
impl Sync for CompiledReplProgram
impl Unpin for CompiledReplProgram
impl UnsafeUnpin for CompiledReplProgram
impl UnwindSafe for CompiledReplProgram
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