pub struct EstimateNetworkFeeParams {
pub asset_id: String,
}
Expand description
struct for passing parameters to the method [estimate_network_fee
]
Fields§
§asset_id: String
The asset for which to estimate the fee
Implementations§
Source§impl EstimateNetworkFeeParams
impl EstimateNetworkFeeParams
Sourcepub fn builder() -> EstimateNetworkFeeParamsBuilder
pub fn builder() -> EstimateNetworkFeeParamsBuilder
Create an instance of EstimateNetworkFeeParams
using the builder syntax
Trait Implementations§
Source§impl Clone for EstimateNetworkFeeParams
impl Clone for EstimateNetworkFeeParams
Source§fn clone(&self) -> EstimateNetworkFeeParams
fn clone(&self) -> EstimateNetworkFeeParams
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for EstimateNetworkFeeParams
impl RefUnwindSafe for EstimateNetworkFeeParams
impl Send for EstimateNetworkFeeParams
impl Sync for EstimateNetworkFeeParams
impl Unpin for EstimateNetworkFeeParams
impl UnwindSafe for EstimateNetworkFeeParams
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