Struct discord_flows::model::StickerId
source · pub struct StickerId(pub u64);Expand description
An identifier for a sticker.
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for StickerId
impl<'de> Deserialize<'de> for StickerId
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<StickerId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<StickerId, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Ord for StickerId
impl Ord for StickerId
source§impl PartialEq<StickerId> for StickerId
impl PartialEq<StickerId> for StickerId
source§impl PartialOrd<StickerId> for StickerId
impl PartialOrd<StickerId> for StickerId
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 StickerId
impl Serialize for StickerId
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for StickerId
impl Eq for StickerId
impl StructuralEq for StickerId
impl StructuralPartialEq for StickerId
Auto Trait Implementations§
impl RefUnwindSafe for StickerId
impl Send for StickerId
impl Sync for StickerId
impl Unpin for StickerId
impl UnwindSafe for StickerId
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