pub struct SlackApiEmojiListResponseInit {
pub emoji: HashMap<SlackEmojiName, SlackEmojiRef>,
}
Fields§
§emoji: HashMap<SlackEmojiName, SlackEmojiRef>
Trait Implementations§
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.
Auto Trait Implementations§
impl Freeze for SlackApiEmojiListResponseInit
impl RefUnwindSafe for SlackApiEmojiListResponseInit
impl Send for SlackApiEmojiListResponseInit
impl Sync for SlackApiEmojiListResponseInit
impl Unpin for SlackApiEmojiListResponseInit
impl UnwindSafe for SlackApiEmojiListResponseInit
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