pub struct FfzEmoteSet {
pub id: String,
pub title: Option<String>,
pub emotes: Vec<Emote>,
}Fields§
§id: String§title: Option<String>§emotes: Vec<Emote>Implementations§
Trait Implementations§
Source§impl Clone for FfzEmoteSet
impl Clone for FfzEmoteSet
Source§fn clone(&self) -> FfzEmoteSet
fn clone(&self) -> FfzEmoteSet
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FfzEmoteSet
impl Debug for FfzEmoteSet
impl Eq for FfzEmoteSet
Source§impl PartialEq for FfzEmoteSet
impl PartialEq for FfzEmoteSet
Source§fn eq(&self, other: &FfzEmoteSet) -> bool
fn eq(&self, other: &FfzEmoteSet) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FfzEmoteSet
Auto Trait Implementations§
impl Freeze for FfzEmoteSet
impl RefUnwindSafe for FfzEmoteSet
impl Send for FfzEmoteSet
impl Sync for FfzEmoteSet
impl Unpin for FfzEmoteSet
impl UnsafeUnpin for FfzEmoteSet
impl UnwindSafe for FfzEmoteSet
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