pub struct CSIZ(_);
Expand description
Get code size of a contract.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for CSIZ
impl<'de> Deserialize<'de> for CSIZ
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<CSIZ> for Instruction
impl From<CSIZ> for Instruction
source§impl PartialEq<CSIZ> for CSIZ
impl PartialEq<CSIZ> for CSIZ
impl Copy for CSIZ
impl Eq for CSIZ
impl StructuralEq for CSIZ
impl StructuralPartialEq for CSIZ
Auto Trait Implementations§
impl RefUnwindSafe for CSIZ
impl Send for CSIZ
impl Sync for CSIZ
impl Unpin for CSIZ
impl UnwindSafe for CSIZ
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