pub struct EmotesTextKey {
pub id: i32,
}Available on crate feature
tbc only.Fields§
§id: i32Implementations§
Trait Implementations§
Source§impl Clone for EmotesTextKey
impl Clone for EmotesTextKey
Source§fn clone(&self) -> EmotesTextKey
fn clone(&self) -> EmotesTextKey
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 EmotesTextKey
impl Debug for EmotesTextKey
Source§impl Default for EmotesTextKey
impl Default for EmotesTextKey
Source§fn default() -> EmotesTextKey
fn default() -> EmotesTextKey
Returns the “default value” for a type. Read more
Source§impl From<i16> for EmotesTextKey
impl From<i16> for EmotesTextKey
Source§impl From<i32> for EmotesTextKey
impl From<i32> for EmotesTextKey
Source§impl From<i8> for EmotesTextKey
impl From<i8> for EmotesTextKey
Source§impl From<u16> for EmotesTextKey
impl From<u16> for EmotesTextKey
Source§impl From<u8> for EmotesTextKey
impl From<u8> for EmotesTextKey
Source§impl Hash for EmotesTextKey
impl Hash for EmotesTextKey
Source§impl Ord for EmotesTextKey
impl Ord for EmotesTextKey
Source§fn cmp(&self, other: &EmotesTextKey) -> Ordering
fn cmp(&self, other: &EmotesTextKey) -> 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 EmotesTextKey
impl PartialEq for EmotesTextKey
Source§impl PartialOrd for EmotesTextKey
impl PartialOrd for EmotesTextKey
Source§impl TryFrom<i64> for EmotesTextKey
impl TryFrom<i64> for EmotesTextKey
Source§impl TryFrom<isize> for EmotesTextKey
impl TryFrom<isize> for EmotesTextKey
Source§impl TryFrom<u32> for EmotesTextKey
impl TryFrom<u32> for EmotesTextKey
Source§impl TryFrom<u64> for EmotesTextKey
impl TryFrom<u64> for EmotesTextKey
Source§impl TryFrom<usize> for EmotesTextKey
impl TryFrom<usize> for EmotesTextKey
impl Copy for EmotesTextKey
impl Eq for EmotesTextKey
impl StructuralPartialEq for EmotesTextKey
Auto Trait Implementations§
impl Freeze for EmotesTextKey
impl RefUnwindSafe for EmotesTextKey
impl Send for EmotesTextKey
impl Sync for EmotesTextKey
impl Unpin for EmotesTextKey
impl UnwindSafe for EmotesTextKey
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