Struct slack_morphism::prelude::SlackModalViewInit
source · [−]pub struct SlackModalViewInit {
pub title: SlackBlockPlainTextOnly,
pub blocks: Vec<SlackBlock>,
}Fields
title: SlackBlockPlainTextOnlyblocks: Vec<SlackBlock>Trait Implementations
sourceimpl From<SlackModalViewInit> for SlackModalView
impl From<SlackModalViewInit> for SlackModalView
sourcefn from(value: SlackModalViewInit) -> Self
fn from(value: SlackModalViewInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackModalViewInit
impl Send for SlackModalViewInit
impl Sync for SlackModalViewInit
impl Unpin for SlackModalViewInit
impl UnwindSafe for SlackModalViewInit
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