pub struct GasPrice {
pub gas_price: NearToken,
}Expand description
Gas price response.
Fields§
§gas_price: NearTokenGas price in yoctoNEAR.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GasPrice
impl<'de> Deserialize<'de> for GasPrice
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 Freeze for GasPrice
impl RefUnwindSafe for GasPrice
impl Send for GasPrice
impl Sync for GasPrice
impl Unpin for GasPrice
impl UnsafeUnpin for GasPrice
impl UnwindSafe for GasPrice
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