pub struct EstimatedNetworkFeeResponse {
pub low: NetworkFee,
pub medium: NetworkFee,
pub high: NetworkFee,
}Fields§
§low: NetworkFee§medium: NetworkFee§high: NetworkFeeImplementations§
Source§impl EstimatedNetworkFeeResponse
impl EstimatedNetworkFeeResponse
pub fn new( low: NetworkFee, medium: NetworkFee, high: NetworkFee, ) -> EstimatedNetworkFeeResponse
Trait Implementations§
Source§impl Clone for EstimatedNetworkFeeResponse
impl Clone for EstimatedNetworkFeeResponse
Source§fn clone(&self) -> EstimatedNetworkFeeResponse
fn clone(&self) -> EstimatedNetworkFeeResponse
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 moreSource§impl Debug for EstimatedNetworkFeeResponse
impl Debug for EstimatedNetworkFeeResponse
Source§impl Default for EstimatedNetworkFeeResponse
impl Default for EstimatedNetworkFeeResponse
Source§fn default() -> EstimatedNetworkFeeResponse
fn default() -> EstimatedNetworkFeeResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EstimatedNetworkFeeResponse
impl<'de> Deserialize<'de> for EstimatedNetworkFeeResponse
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
impl StructuralPartialEq for EstimatedNetworkFeeResponse
Auto Trait Implementations§
impl Freeze for EstimatedNetworkFeeResponse
impl RefUnwindSafe for EstimatedNetworkFeeResponse
impl Send for EstimatedNetworkFeeResponse
impl Sync for EstimatedNetworkFeeResponse
impl Unpin for EstimatedNetworkFeeResponse
impl UnwindSafe for EstimatedNetworkFeeResponse
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