pub struct FeeResponse {
pub drops: FeeResponseDrops,
}Fields§
§drops: FeeResponseDropsVarious information about the transaction cost (the Fee field of a transaction), in drops of XRP.
Trait Implementations§
Source§impl Debug for FeeResponse
impl Debug for FeeResponse
Source§impl Default for FeeResponse
impl Default for FeeResponse
Source§fn default() -> FeeResponse
fn default() -> FeeResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FeeResponse
impl<'de> Deserialize<'de> for FeeResponse
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 FeeResponse
impl PartialEq for FeeResponse
Source§impl Serialize for FeeResponse
impl Serialize for FeeResponse
impl Eq for FeeResponse
impl StructuralPartialEq for FeeResponse
Auto Trait Implementations§
impl Freeze for FeeResponse
impl RefUnwindSafe for FeeResponse
impl Send for FeeResponse
impl Sync for FeeResponse
impl Unpin for FeeResponse
impl UnwindSafe for FeeResponse
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.