Struct rive_models::payload::CreateEmojiPayload
source · pub struct CreateEmojiPayload {
pub name: String,
pub parent: EmojiParent,
pub nsfw: bool,
}Expand description
Create emoji data
Fields§
§name: StringServer name
parent: EmojiParentParent information
nsfw: boolWhether the emoji is mature
Trait Implementations§
source§impl Clone for CreateEmojiPayload
impl Clone for CreateEmojiPayload
source§fn clone(&self) -> CreateEmojiPayload
fn clone(&self) -> CreateEmojiPayload
Returns a copy 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 more