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