pub struct ContractDeployResponse {
pub tx_id: String,
}
Fields§
§tx_id: String
The transaction id of the deployment request
Implementations§
Source§impl ContractDeployResponse
impl ContractDeployResponse
pub fn new(tx_id: String) -> ContractDeployResponse
Trait Implementations§
Source§impl Clone for ContractDeployResponse
impl Clone for ContractDeployResponse
Source§fn clone(&self) -> ContractDeployResponse
fn clone(&self) -> ContractDeployResponse
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ContractDeployResponse
impl Debug for ContractDeployResponse
Source§impl Default for ContractDeployResponse
impl Default for ContractDeployResponse
Source§fn default() -> ContractDeployResponse
fn default() -> ContractDeployResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContractDeployResponse
impl<'de> Deserialize<'de> for ContractDeployResponse
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 PartialEq for ContractDeployResponse
impl PartialEq for ContractDeployResponse
Source§impl Serialize for ContractDeployResponse
impl Serialize for ContractDeployResponse
impl StructuralPartialEq for ContractDeployResponse
Auto Trait Implementations§
impl Freeze for ContractDeployResponse
impl RefUnwindSafe for ContractDeployResponse
impl Send for ContractDeployResponse
impl Sync for ContractDeployResponse
impl Unpin for ContractDeployResponse
impl UnwindSafe for ContractDeployResponse
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