Struct slack_morphism::prelude::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.
Auto Trait Implementations§
impl RefUnwindSafe for SlackHomeViewInit
impl Send for SlackHomeViewInit
impl Sync for SlackHomeViewInit
impl Unpin for SlackHomeViewInit
impl UnwindSafe for SlackHomeViewInit
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