pub struct SlackApiEmojiListResponse {
pub emoji: HashMap<SlackEmojiName, SlackEmojiRef>,
}
Fields§
§emoji: HashMap<SlackEmojiName, SlackEmojiRef>
Implementations§
Source§impl SlackApiEmojiListResponse
impl SlackApiEmojiListResponse
pub fn new(emoji: HashMap<SlackEmojiName, SlackEmojiRef>) -> Self
pub fn emoji( &mut self, value: HashMap<SlackEmojiName, SlackEmojiRef>, ) -> &mut Self
pub fn with_emoji(self, value: HashMap<SlackEmojiName, SlackEmojiRef>) -> Self
Trait Implementations§
Source§impl Clone for SlackApiEmojiListResponse
impl Clone for SlackApiEmojiListResponse
Source§fn clone(&self) -> SlackApiEmojiListResponse
fn clone(&self) -> SlackApiEmojiListResponse
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 moreSource§impl Debug for SlackApiEmojiListResponse
impl Debug for SlackApiEmojiListResponse
Source§impl<'de> Deserialize<'de> for SlackApiEmojiListResponse
impl<'de> Deserialize<'de> for SlackApiEmojiListResponse
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
Source§impl From<SlackApiEmojiListResponseInit> for SlackApiEmojiListResponse
impl From<SlackApiEmojiListResponseInit> for SlackApiEmojiListResponse
Source§fn from(value: SlackApiEmojiListResponseInit) -> Self
fn from(value: SlackApiEmojiListResponseInit) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for SlackApiEmojiListResponse
Auto Trait Implementations§
impl Freeze for SlackApiEmojiListResponse
impl RefUnwindSafe for SlackApiEmojiListResponse
impl Send for SlackApiEmojiListResponse
impl Sync for SlackApiEmojiListResponse
impl Unpin for SlackApiEmojiListResponse
impl UnwindSafe for SlackApiEmojiListResponse
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