pub struct StarTransactions {
pub transactions: Vec<StarTransaction>,
}Expand description
A list of Telegram Star transactions.
Fields§
§transactions: Vec<StarTransaction>The list of transactions.
Trait Implementations§
Source§impl Clone for StarTransactions
impl Clone for StarTransactions
Source§fn clone(&self) -> StarTransactions
fn clone(&self) -> StarTransactions
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 Debug for StarTransactions
impl Debug for StarTransactions
Source§impl<'de> Deserialize<'de> for StarTransactions
impl<'de> Deserialize<'de> for StarTransactions
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 StarTransactions
impl RefUnwindSafe for StarTransactions
impl Send for StarTransactions
impl Sync for StarTransactions
impl Unpin for StarTransactions
impl UnsafeUnpin for StarTransactions
impl UnwindSafe for StarTransactions
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