pub struct EmotesTextDataRow {
pub id: EmotesTextDataKey,
pub text: LocalizedString,
}Available on crate feature
vanilla only.Fields§
§id: EmotesTextDataKey§text: LocalizedStringTrait Implementations§
Source§impl Clone for EmotesTextDataRow
impl Clone for EmotesTextDataRow
Source§fn clone(&self) -> EmotesTextDataRow
fn clone(&self) -> EmotesTextDataRow
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 EmotesTextDataRow
impl Debug for EmotesTextDataRow
Source§impl Hash for EmotesTextDataRow
impl Hash for EmotesTextDataRow
Source§impl Ord for EmotesTextDataRow
impl Ord for EmotesTextDataRow
Source§fn cmp(&self, other: &EmotesTextDataRow) -> Ordering
fn cmp(&self, other: &EmotesTextDataRow) -> 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 EmotesTextDataRow
impl PartialEq for EmotesTextDataRow
Source§impl PartialOrd for EmotesTextDataRow
impl PartialOrd for EmotesTextDataRow
impl Eq for EmotesTextDataRow
impl StructuralPartialEq for EmotesTextDataRow
Auto Trait Implementations§
impl Freeze for EmotesTextDataRow
impl RefUnwindSafe for EmotesTextDataRow
impl Send for EmotesTextDataRow
impl Sync for EmotesTextDataRow
impl Unpin for EmotesTextDataRow
impl UnwindSafe for EmotesTextDataRow
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