pub struct SlackApiViewsOpenRequestInit {
pub trigger_id: SlackTriggerId,
pub view: SlackView,
}
Fields§
§trigger_id: SlackTriggerId
§view: SlackView
Trait Implementations§
Source§impl From<SlackApiViewsOpenRequestInit> for SlackApiViewsOpenRequest
impl From<SlackApiViewsOpenRequestInit> for SlackApiViewsOpenRequest
Source§fn from(value: SlackApiViewsOpenRequestInit) -> Self
fn from(value: SlackApiViewsOpenRequestInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackApiViewsOpenRequestInit
impl RefUnwindSafe for SlackApiViewsOpenRequestInit
impl Send for SlackApiViewsOpenRequestInit
impl Sync for SlackApiViewsOpenRequestInit
impl Unpin for SlackApiViewsOpenRequestInit
impl UnwindSafe for SlackApiViewsOpenRequestInit
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