pub struct SlackReactionRemovedEventInit {
pub user: SlackUserId,
pub reaction: SlackReactionName,
pub item: SlackReactionsItem,
pub event_ts: SlackTs,
}
Fields§
§user: SlackUserId
§reaction: SlackReactionName
§item: SlackReactionsItem
§event_ts: SlackTs
Trait Implementations§
source§impl From<SlackReactionRemovedEventInit> for SlackReactionRemovedEvent
impl From<SlackReactionRemovedEventInit> for SlackReactionRemovedEvent
source§fn from(value: SlackReactionRemovedEventInit) -> Self
fn from(value: SlackReactionRemovedEventInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackReactionRemovedEventInit
impl Send for SlackReactionRemovedEventInit
impl Sync for SlackReactionRemovedEventInit
impl Unpin for SlackReactionRemovedEventInit
impl UnwindSafe for SlackReactionRemovedEventInit
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