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