pub struct CompiledProgram {
pub externs: CompiledExterns,
/* private fields */
}Fields§
§externs: CompiledExternsImplementations§
Source§impl CompiledProgram
impl CompiledProgram
pub fn result_type(&self) -> &Type
pub fn externs(&self) -> &CompiledExterns
pub fn link_contract(&self) -> &RuntimeLinkContract
pub fn link_fingerprint(&self) -> u64
pub fn storage_boundary(&self) -> CompiledProgramBoundary
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 · 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 Freeze for CompiledProgram
impl RefUnwindSafe for CompiledProgram
impl Send for CompiledProgram
impl Sync for CompiledProgram
impl Unpin for CompiledProgram
impl UnsafeUnpin for CompiledProgram
impl UnwindSafe 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