Struct botapi::gen_types::GiveawayCreated
source · pub struct GiveawayCreated {}
Trait Implementations§
source§impl Clone for GiveawayCreated
impl Clone for GiveawayCreated
source§fn clone(&self) -> GiveawayCreated
fn clone(&self) -> GiveawayCreated
Returns a copy 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 GiveawayCreated
impl Debug for GiveawayCreated
source§impl Default for GiveawayCreated
impl Default for GiveawayCreated
source§fn default() -> GiveawayCreated
fn default() -> GiveawayCreated
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GiveawayCreated
impl<'de> Deserialize<'de> for GiveawayCreated
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 From<BoxWrapper<Box<GiveawayCreated>>> for GiveawayCreated
impl From<BoxWrapper<Box<GiveawayCreated>>> for GiveawayCreated
source§fn from(t: BoxWrapper<Box<GiveawayCreated>>) -> Self
fn from(t: BoxWrapper<Box<GiveawayCreated>>) -> Self
Converts to this type from the input type.
source§impl From<BoxWrapper<Unbox<GiveawayCreated>>> for GiveawayCreated
impl From<BoxWrapper<Unbox<GiveawayCreated>>> for GiveawayCreated
source§fn from(t: BoxWrapper<Unbox<GiveawayCreated>>) -> Self
fn from(t: BoxWrapper<Unbox<GiveawayCreated>>) -> Self
Converts to this type from the input type.
source§impl Hash for GiveawayCreated
impl Hash for GiveawayCreated
source§impl Ord for GiveawayCreated
impl Ord for GiveawayCreated
source§fn cmp(&self, other: &GiveawayCreated) -> Ordering
fn cmp(&self, other: &GiveawayCreated) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for GiveawayCreated
impl PartialEq for GiveawayCreated
source§fn eq(&self, other: &GiveawayCreated) -> bool
fn eq(&self, other: &GiveawayCreated) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for GiveawayCreated
impl PartialOrd for GiveawayCreated
source§fn partial_cmp(&self, other: &GiveawayCreated) -> Option<Ordering>
fn partial_cmp(&self, other: &GiveawayCreated) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for GiveawayCreated
impl Serialize for GiveawayCreated
impl Eq for GiveawayCreated
impl StructuralPartialEq for GiveawayCreated
Auto Trait Implementations§
impl Freeze for GiveawayCreated
impl RefUnwindSafe for GiveawayCreated
impl Send for GiveawayCreated
impl Sync for GiveawayCreated
impl Unpin for GiveawayCreated
impl UnwindSafe for GiveawayCreated
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.