pub struct PremiumGiveawayParticipantStatusAlreadyWasMember {
pub joined_chat_date: i32,
}Expand description
The user can’t participate in the giveaway, because they have already been member of the chat
Fields§
§joined_chat_date: i32Point in time (Unix timestamp) when the user joined the chat
Trait Implementations§
Source§impl Clone for PremiumGiveawayParticipantStatusAlreadyWasMember
impl Clone for PremiumGiveawayParticipantStatusAlreadyWasMember
Source§fn clone(&self) -> PremiumGiveawayParticipantStatusAlreadyWasMember
fn clone(&self) -> PremiumGiveawayParticipantStatusAlreadyWasMember
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 Default for PremiumGiveawayParticipantStatusAlreadyWasMember
impl Default for PremiumGiveawayParticipantStatusAlreadyWasMember
Source§fn default() -> PremiumGiveawayParticipantStatusAlreadyWasMember
fn default() -> PremiumGiveawayParticipantStatusAlreadyWasMember
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PremiumGiveawayParticipantStatusAlreadyWasMember
impl<'de> Deserialize<'de> for PremiumGiveawayParticipantStatusAlreadyWasMember
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 PremiumGiveawayParticipantStatusAlreadyWasMember
impl PartialEq for PremiumGiveawayParticipantStatusAlreadyWasMember
Source§fn eq(&self, other: &PremiumGiveawayParticipantStatusAlreadyWasMember) -> bool
fn eq(&self, other: &PremiumGiveawayParticipantStatusAlreadyWasMember) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PremiumGiveawayParticipantStatusAlreadyWasMember
Auto Trait Implementations§
impl Freeze for PremiumGiveawayParticipantStatusAlreadyWasMember
impl RefUnwindSafe for PremiumGiveawayParticipantStatusAlreadyWasMember
impl Send for PremiumGiveawayParticipantStatusAlreadyWasMember
impl Sync for PremiumGiveawayParticipantStatusAlreadyWasMember
impl Unpin for PremiumGiveawayParticipantStatusAlreadyWasMember
impl UnwindSafe for PremiumGiveawayParticipantStatusAlreadyWasMember
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