pub struct UpdateOwnedStarCount {
pub star_amount: StarAmount,
}Expand description
The number of Telegram Stars owned by the current user has changed
Fields§
§star_amount: StarAmountThe new amount of owned Telegram Stars
Trait Implementations§
Source§impl Clone for UpdateOwnedStarCount
impl Clone for UpdateOwnedStarCount
Source§fn clone(&self) -> UpdateOwnedStarCount
fn clone(&self) -> UpdateOwnedStarCount
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 UpdateOwnedStarCount
impl Debug for UpdateOwnedStarCount
Source§impl Default for UpdateOwnedStarCount
impl Default for UpdateOwnedStarCount
Source§fn default() -> UpdateOwnedStarCount
fn default() -> UpdateOwnedStarCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateOwnedStarCount
impl<'de> Deserialize<'de> for UpdateOwnedStarCount
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 UpdateOwnedStarCount
impl PartialEq for UpdateOwnedStarCount
Source§impl Serialize for UpdateOwnedStarCount
impl Serialize for UpdateOwnedStarCount
impl StructuralPartialEq for UpdateOwnedStarCount
Auto Trait Implementations§
impl Freeze for UpdateOwnedStarCount
impl RefUnwindSafe for UpdateOwnedStarCount
impl Send for UpdateOwnedStarCount
impl Sync for UpdateOwnedStarCount
impl Unpin for UpdateOwnedStarCount
impl UnsafeUnpin for UpdateOwnedStarCount
impl UnwindSafe for UpdateOwnedStarCount
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