pub struct FeeResponseDrops {
pub open_ledger_fee: CurrencyAmount,
}Fields§
§open_ledger_fee: CurrencyAmountThe minimum transaction cost that a reference transaction must pay to be included in the current open ledger, represented in drops of XRP.
Trait Implementations§
Source§impl Debug for FeeResponseDrops
impl Debug for FeeResponseDrops
Source§impl Default for FeeResponseDrops
impl Default for FeeResponseDrops
Source§fn default() -> FeeResponseDrops
fn default() -> FeeResponseDrops
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FeeResponseDrops
impl<'de> Deserialize<'de> for FeeResponseDrops
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
Source§impl PartialEq for FeeResponseDrops
impl PartialEq for FeeResponseDrops
Source§impl Serialize for FeeResponseDrops
impl Serialize for FeeResponseDrops
impl Eq for FeeResponseDrops
impl StructuralPartialEq for FeeResponseDrops
Auto Trait Implementations§
impl Freeze for FeeResponseDrops
impl RefUnwindSafe for FeeResponseDrops
impl Send for FeeResponseDrops
impl Sync for FeeResponseDrops
impl Unpin for FeeResponseDrops
impl UnwindSafe for FeeResponseDrops
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.