Struct slack_morphism::prelude::blocks::SlackModalViewInit
source · pub struct SlackModalViewInit {
pub title: SlackBlockPlainTextOnly,
pub blocks: Vec<SlackBlock>,
}
Fields§
§title: SlackBlockPlainTextOnly
§blocks: Vec<SlackBlock>
Trait Implementations§
source§impl From<SlackModalViewInit> for SlackModalView
impl From<SlackModalViewInit> for SlackModalView
source§fn 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§
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