pub struct GuildEmojiMetadata {
pub id: Snowflake,
pub guild_id: Snowflake,
pub name: String,
pub animated: bool,
pub allow_cloning: bool,
}Fields§
§id: Snowflake§guild_id: Snowflake§name: String§animated: bool§allow_cloning: boolTrait Implementations§
Source§impl Clone for GuildEmojiMetadata
impl Clone for GuildEmojiMetadata
Source§fn clone(&self) -> GuildEmojiMetadata
fn clone(&self) -> GuildEmojiMetadata
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 GuildEmojiMetadata
impl Debug for GuildEmojiMetadata
Source§impl<'de> Deserialize<'de> for GuildEmojiMetadata
impl<'de> Deserialize<'de> for GuildEmojiMetadata
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GuildEmojiMetadata
impl RefUnwindSafe for GuildEmojiMetadata
impl Send for GuildEmojiMetadata
impl Sync for GuildEmojiMetadata
impl Unpin for GuildEmojiMetadata
impl UnsafeUnpin for GuildEmojiMetadata
impl UnwindSafe for GuildEmojiMetadata
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