pub struct GetAddressesHashAccountBalancesLatestResponsePayload {
    pub address: Option<GetAddressesHashAccountBalancesLatestResponsePayloadAddress>,
    pub block_number: Option<String>,
    pub blockchain_id: Option<String>,
    pub timestamp: Option<i64>,
    pub timestamp_nanoseconds: Option<i64>,
    pub value: Option<String>,
}Fields§
§address: Option<GetAddressesHashAccountBalancesLatestResponsePayloadAddress>§block_number: Option<String>§blockchain_id: Option<String>§timestamp: Option<i64>§timestamp_nanoseconds: Option<i64>§value: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for GetAddressesHashAccountBalancesLatestResponsePayload
 
impl<'de> Deserialize<'de> for GetAddressesHashAccountBalancesLatestResponsePayload
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
Auto Trait Implementations§
impl Freeze for GetAddressesHashAccountBalancesLatestResponsePayload
impl RefUnwindSafe for GetAddressesHashAccountBalancesLatestResponsePayload
impl Send for GetAddressesHashAccountBalancesLatestResponsePayload
impl Sync for GetAddressesHashAccountBalancesLatestResponsePayload
impl Unpin for GetAddressesHashAccountBalancesLatestResponsePayload
impl UnwindSafe for GetAddressesHashAccountBalancesLatestResponsePayload
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