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