pub struct ContractCode { /* private fields */ }Implementations§
Source§impl ContractCode
impl ContractCode
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ContractCode
impl RefUnwindSafe for ContractCode
impl Send for ContractCode
impl Sync for ContractCode
impl Unpin for ContractCode
impl UnwindSafe for ContractCode
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