pub struct LDC(_);
Expand description
Load a contract’s code as executable.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for LDC
impl<'de> Deserialize<'de> for LDC
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<LDC> for Instruction
impl From<LDC> for Instruction
impl Copy for LDC
impl Eq for LDC
impl StructuralEq for LDC
impl StructuralPartialEq for LDC
Auto Trait Implementations§
impl RefUnwindSafe for LDC
impl Send for LDC
impl Sync for LDC
impl Unpin for LDC
impl UnwindSafe for LDC
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