pub enum EmojiCreateCreateEmojiError {
DefaultResponse(Error),
UnknownValue(Value),
}Expand description
struct for typed errors of method emoji_create_create_emoji
Variants§
Trait Implementations§
Source§impl Clone for EmojiCreateCreateEmojiError
impl Clone for EmojiCreateCreateEmojiError
Source§fn clone(&self) -> EmojiCreateCreateEmojiError
fn clone(&self) -> EmojiCreateCreateEmojiError
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 EmojiCreateCreateEmojiError
impl Debug for EmojiCreateCreateEmojiError
Source§impl<'de> Deserialize<'de> for EmojiCreateCreateEmojiError
impl<'de> Deserialize<'de> for EmojiCreateCreateEmojiError
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 EmojiCreateCreateEmojiError
impl RefUnwindSafe for EmojiCreateCreateEmojiError
impl Send for EmojiCreateCreateEmojiError
impl Sync for EmojiCreateCreateEmojiError
impl Unpin for EmojiCreateCreateEmojiError
impl UnsafeUnpin for EmojiCreateCreateEmojiError
impl UnwindSafe for EmojiCreateCreateEmojiError
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