pub struct ContractModification8 {
pub actn_tp: TransactionOperationType11Code,
}Fields§
§actn_tp: TransactionOperationType11CodeImplementations§
Source§impl ContractModification8
impl ContractModification8
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ContractModification8
impl RefUnwindSafe for ContractModification8
impl Send for ContractModification8
impl Sync for ContractModification8
impl Unpin for ContractModification8
impl UnwindSafe for ContractModification8
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