Struct slack_morphism::api::SlackApiViewsOpenRequestInit
source · [−]pub struct SlackApiViewsOpenRequestInit {
pub trigger_id: SlackTriggerId,
pub view: SlackView,
}Fields
trigger_id: SlackTriggerIdview: SlackViewTrait Implementations
sourceimpl From<SlackApiViewsOpenRequestInit> for SlackApiViewsOpenRequest
impl From<SlackApiViewsOpenRequestInit> for SlackApiViewsOpenRequest
sourcefn from(value: SlackApiViewsOpenRequestInit) -> Self
fn from(value: SlackApiViewsOpenRequestInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackApiViewsOpenRequestInit
impl Send for SlackApiViewsOpenRequestInit
impl Sync for SlackApiViewsOpenRequestInit
impl Unpin for SlackApiViewsOpenRequestInit
impl UnwindSafe for SlackApiViewsOpenRequestInit
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