Struct xrpl_api::api::gateway_balances::GatewayBalancesResponse
source · [−]pub struct GatewayBalancesResponse {
pub account: String,
pub obligations: Option<HashMap<String, String>>,
pub balances: Option<HashMap<String, Vec<Amount>>>,
pub assets: Option<HashMap<String, Vec<Amount>>>,
pub ledger_hash: Option<String>,
pub ledger_index: Option<u32>,
pub ledger_current_index: Option<u32>,
}Fields
account: StringThe address of the account that issued the balances.
obligations: Option<HashMap<String, String>>balances: Option<HashMap<String, Vec<Amount>>>assets: Option<HashMap<String, Vec<Amount>>>ledger_hash: Option<String>ledger_index: Option<u32>ledger_current_index: Option<u32>Trait Implementations
sourceimpl Debug for GatewayBalancesResponse
impl Debug for GatewayBalancesResponse
sourceimpl<'de> Deserialize<'de> for GatewayBalancesResponse
impl<'de> Deserialize<'de> for GatewayBalancesResponse
sourcefn 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
sourceimpl Serialize for GatewayBalancesResponse
impl Serialize for GatewayBalancesResponse
Auto Trait Implementations
impl RefUnwindSafe for GatewayBalancesResponse
impl Send for GatewayBalancesResponse
impl Sync for GatewayBalancesResponse
impl Unpin for GatewayBalancesResponse
impl UnwindSafe for GatewayBalancesResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more