Struct dasi::model::Emoji [] [src]

pub struct Emoji {
    pub id: EmojiId,
    pub name: String,
    pub managed: bool,
    pub require_colons: bool,
    pub roles: Vec<RoleId>,
}

A parter custom emoji

Fields

id
name
managed
require_colons
roles

Methods

impl Emoji

fn decode(value: Value) -> Result<Self>

Trait Implementations

Derived Implementations

impl Clone for Emoji

fn clone(&self) -> Emoji

1.0.0fn clone_from(&mut self, source: &Self)

impl Debug for Emoji

fn fmt(&self, __arg_0: &mut Formatter) -> Result