Struct fuels_types::parameters::TxParameters
source · pub struct TxParameters {
pub gas_price: u64,
pub gas_limit: u64,
pub maturity: u64,
}
Fields§
§gas_price: u64
§gas_limit: u64
§maturity: u64
Implementations§
Trait Implementations§
source§impl Clone for TxParameters
impl Clone for TxParameters
source§fn clone(&self) -> TxParameters
fn clone(&self) -> TxParameters
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 TxParameters
impl Debug for TxParameters
source§impl Default for TxParameters
impl Default for TxParameters
impl Copy for TxParameters
Auto Trait Implementations§
impl RefUnwindSafe for TxParameters
impl Send for TxParameters
impl Sync for TxParameters
impl Unpin for TxParameters
impl UnwindSafe for TxParameters
Blanket Implementations§
§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.