pub struct SlackInteractionViewClosedEventInit {
pub team: SlackBasicTeamInfo,
pub user: SlackBasicUserInfo,
pub view: SlackStatefulView,
}
Fields§
§team: SlackBasicTeamInfo
§user: SlackBasicUserInfo
§view: SlackStatefulView
Trait Implementations§
Source§impl From<SlackInteractionViewClosedEventInit> for SlackInteractionViewClosedEvent
impl From<SlackInteractionViewClosedEventInit> for SlackInteractionViewClosedEvent
Source§fn from(value: SlackInteractionViewClosedEventInit) -> Self
fn from(value: SlackInteractionViewClosedEventInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackInteractionViewClosedEventInit
impl RefUnwindSafe for SlackInteractionViewClosedEventInit
impl Send for SlackInteractionViewClosedEventInit
impl Sync for SlackInteractionViewClosedEventInit
impl Unpin for SlackInteractionViewClosedEventInit
impl UnwindSafe for SlackInteractionViewClosedEventInit
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