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
Performs the conversion.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more