Struct slack_morphism::blocks::SlackHomeViewInit
source · pub struct SlackHomeViewInit {
pub blocks: Vec<SlackBlock>,
}Fields§
§blocks: Vec<SlackBlock>Trait Implementations§
source§impl From<SlackHomeViewInit> for SlackHomeView
impl From<SlackHomeViewInit> for SlackHomeView
source§fn from(value: SlackHomeViewInit) -> Self
fn from(value: SlackHomeViewInit) -> Self
Converts to this type from the input type.