pub struct UpdateOwnedTonCount {
pub ton_amount: i64,
}Expand description
The number of Toncoins owned by the current user has changed
Fields§
§ton_amount: i64The new amount of owned Toncoins; in the smallest units of the cryptocurrency
Trait Implementations§
Source§impl Clone for UpdateOwnedTonCount
impl Clone for UpdateOwnedTonCount
Source§fn clone(&self) -> UpdateOwnedTonCount
fn clone(&self) -> UpdateOwnedTonCount
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UpdateOwnedTonCount
impl Debug for UpdateOwnedTonCount
Source§impl Default for UpdateOwnedTonCount
impl Default for UpdateOwnedTonCount
Source§fn default() -> UpdateOwnedTonCount
fn default() -> UpdateOwnedTonCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateOwnedTonCount
impl<'de> Deserialize<'de> for UpdateOwnedTonCount
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 UpdateOwnedTonCount
impl PartialEq for UpdateOwnedTonCount
Source§impl Serialize for UpdateOwnedTonCount
impl Serialize for UpdateOwnedTonCount
impl StructuralPartialEq for UpdateOwnedTonCount
Auto Trait Implementations§
impl Freeze for UpdateOwnedTonCount
impl RefUnwindSafe for UpdateOwnedTonCount
impl Send for UpdateOwnedTonCount
impl Sync for UpdateOwnedTonCount
impl Unpin for UpdateOwnedTonCount
impl UnsafeUnpin for UpdateOwnedTonCount
impl UnwindSafe for UpdateOwnedTonCount
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