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