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