pub enum StarSubscriptions {
StarSubscriptions(StarSubscriptions),
}Variants§
StarSubscriptions(StarSubscriptions)
Represents a list of Telegram Star subscriptions
Trait Implementations§
Source§impl Clone for StarSubscriptions
impl Clone for StarSubscriptions
Source§fn clone(&self) -> StarSubscriptions
fn clone(&self) -> StarSubscriptions
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 StarSubscriptions
impl Debug for StarSubscriptions
Source§impl<'de> Deserialize<'de> for StarSubscriptions
impl<'de> Deserialize<'de> for StarSubscriptions
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 StarSubscriptions
impl PartialEq for StarSubscriptions
Source§impl Serialize for StarSubscriptions
impl Serialize for StarSubscriptions
impl StructuralPartialEq for StarSubscriptions
Auto Trait Implementations§
impl Freeze for StarSubscriptions
impl RefUnwindSafe for StarSubscriptions
impl Send for StarSubscriptions
impl Sync for StarSubscriptions
impl Unpin for StarSubscriptions
impl UnsafeUnpin for StarSubscriptions
impl UnwindSafe for StarSubscriptions
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