Struct slack_morphism_models::blocks::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
Performs the conversion.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more