pub struct SlackEmojiChangedEventInit {
pub subtype: SlackEmojiEventType,
pub event_ts: SlackTs,
}Fields
subtype: SlackEmojiEventTypeevent_ts: SlackTsTrait Implementations
sourceimpl From<SlackEmojiChangedEventInit> for SlackEmojiChangedEvent
impl From<SlackEmojiChangedEventInit> for SlackEmojiChangedEvent
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more