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