pub struct SlackApiViewsPublishResponseInit {
pub view: SlackStatefulView,
}Fields
view: SlackStatefulViewTrait Implementations
sourceimpl From<SlackApiViewsPublishResponseInit> for SlackApiViewsPublishResponse
impl From<SlackApiViewsPublishResponseInit> for SlackApiViewsPublishResponse
sourcefn 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
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