Struct multiversx_sdk::data::transaction::TxCostResponseData
source · pub struct TxCostResponseData {
pub tx_gas_units: u64,
pub return_message: String,
}Fields§
§tx_gas_units: u64§return_message: StringTrait Implementations§
source§impl Clone for TxCostResponseData
impl Clone for TxCostResponseData
source§fn clone(&self) -> TxCostResponseData
fn clone(&self) -> TxCostResponseData
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 TxCostResponseData
impl Debug for TxCostResponseData
source§impl<'de> Deserialize<'de> for TxCostResponseData
impl<'de> Deserialize<'de> for TxCostResponseData
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
Auto Trait Implementations§
impl RefUnwindSafe for TxCostResponseData
impl Send for TxCostResponseData
impl Sync for TxCostResponseData
impl Unpin for TxCostResponseData
impl UnwindSafe for TxCostResponseData
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