pub struct SlackPushEventCallbackInit {
pub team_id: SlackTeamId,
pub api_app_id: SlackAppId,
pub event: SlackEventCallbackBody,
pub event_id: SlackEventId,
pub event_time: SlackDateTime,
}
Fields§
§team_id: SlackTeamId
§api_app_id: SlackAppId
§event: SlackEventCallbackBody
§event_id: SlackEventId
§event_time: SlackDateTime
Trait Implementations§
source§impl From<SlackPushEventCallbackInit> for SlackPushEventCallback
impl From<SlackPushEventCallbackInit> for SlackPushEventCallback
source§fn from(value: SlackPushEventCallbackInit) -> Self
fn from(value: SlackPushEventCallbackInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackPushEventCallbackInit
impl Send for SlackPushEventCallbackInit
impl Sync for SlackPushEventCallbackInit
impl Unpin for SlackPushEventCallbackInit
impl UnwindSafe for SlackPushEventCallbackInit
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