pub struct GetUltraV1BalancesAddressResponseObject {
pub amount: String,
pub is_frozen: bool,
pub slot: f64,
pub ui_amount: f64,
}Fields§
§amount: String§is_frozen: bool§slot: f64§ui_amount: f64Trait Implementations§
Source§impl Clone for GetUltraV1BalancesAddressResponseObject
impl Clone for GetUltraV1BalancesAddressResponseObject
Source§fn clone(&self) -> GetUltraV1BalancesAddressResponseObject
fn clone(&self) -> GetUltraV1BalancesAddressResponseObject
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for GetUltraV1BalancesAddressResponseObject
impl<'de> Deserialize<'de> for GetUltraV1BalancesAddressResponseObject
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 GetUltraV1BalancesAddressResponseObject
impl RefUnwindSafe for GetUltraV1BalancesAddressResponseObject
impl Send for GetUltraV1BalancesAddressResponseObject
impl Sync for GetUltraV1BalancesAddressResponseObject
impl Unpin for GetUltraV1BalancesAddressResponseObject
impl UnsafeUnpin for GetUltraV1BalancesAddressResponseObject
impl UnwindSafe for GetUltraV1BalancesAddressResponseObject
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