pub struct EmoteData {
pub id: u32,
pub name: String,
pub en: LogMessagePair,
pub ja: LogMessagePair,
}
Fields§
§id: u32
§name: String
§en: LogMessagePair
§ja: LogMessagePair
Trait Implementations§
Source§impl Ord for EmoteData
impl Ord for EmoteData
Source§impl PartialOrd for EmoteData
impl PartialOrd for EmoteData
impl Eq for EmoteData
impl StructuralPartialEq for EmoteData
Auto Trait Implementations§
impl Freeze for EmoteData
impl RefUnwindSafe for EmoteData
impl Send for EmoteData
impl Sync for EmoteData
impl Unpin for EmoteData
impl UnwindSafe for EmoteData
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