pub struct SlackEmojiChangedEventInit {
pub subtype: SlackEmojiEventType,
pub event_ts: SlackTs,
}
Fields§
§subtype: SlackEmojiEventType
§event_ts: SlackTs
Trait Implementations§
source§impl From<SlackEmojiChangedEventInit> for SlackEmojiChangedEvent
impl From<SlackEmojiChangedEventInit> for SlackEmojiChangedEvent
source§fn from(value: SlackEmojiChangedEventInit) -> Self
fn from(value: SlackEmojiChangedEventInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackEmojiChangedEventInit
impl Send for SlackEmojiChangedEventInit
impl Sync for SlackEmojiChangedEventInit
impl Unpin for SlackEmojiChangedEventInit
impl UnwindSafe for SlackEmojiChangedEventInit
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