pub struct TransactionDataContractDeployment {
pub contract_code: Vec<u8>,
pub contract_init_arguments: Vec<u8>,
}Fields
contract_code: Vec<u8>contract_init_arguments: Vec<u8>Trait Implementations
sourceimpl Clone for TransactionDataContractDeployment
impl Clone for TransactionDataContractDeployment
sourcefn clone(&self) -> TransactionDataContractDeployment
fn clone(&self) -> TransactionDataContractDeployment
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Deserializable<TransactionDataContractDeployment> for TransactionDataContractDeployment
impl Deserializable<TransactionDataContractDeployment> for TransactionDataContractDeployment
fn deserialize(buf: &[u8]) -> Result<TransactionDataContractDeployment, Error>
sourceimpl PartialEq<TransactionDataContractDeployment> for TransactionDataContractDeployment
impl PartialEq<TransactionDataContractDeployment> for TransactionDataContractDeployment
sourcefn eq(&self, other: &TransactionDataContractDeployment) -> bool
fn eq(&self, other: &TransactionDataContractDeployment) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &TransactionDataContractDeployment) -> bool
fn ne(&self, other: &TransactionDataContractDeployment) -> bool
This method tests for !=.
sourceimpl Serializable for TransactionDataContractDeployment
impl Serializable for TransactionDataContractDeployment
fn serialize(msg: &TransactionDataContractDeployment) -> Vec<u8>
impl Eq for TransactionDataContractDeployment
impl StructuralEq for TransactionDataContractDeployment
impl StructuralPartialEq for TransactionDataContractDeployment
Auto Trait Implementations
impl RefUnwindSafe for TransactionDataContractDeployment
impl Send for TransactionDataContractDeployment
impl Sync for TransactionDataContractDeployment
impl Unpin for TransactionDataContractDeployment
impl UnwindSafe for TransactionDataContractDeployment
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more