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