Struct slack_morphism::prelude::events::SlackPushEventCallbackInit
source · 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: SlackTeamIdapi_app_id: SlackAppIdevent: SlackEventCallbackBodyevent_id: SlackEventIdevent_time: SlackDateTimeTrait Implementations
sourceimpl From<SlackPushEventCallbackInit> for SlackPushEventCallback
impl From<SlackPushEventCallbackInit> for SlackPushEventCallback
sourcefn 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
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