Struct slack_morphism::blocks::SlackHomeViewInit
source · pub struct SlackHomeViewInit {
pub blocks: Vec<SlackBlock>,
}Fields
blocks: Vec<SlackBlock>Trait Implementations
sourceimpl From<SlackHomeViewInit> for SlackHomeView
impl From<SlackHomeViewInit> for SlackHomeView
sourcefn 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
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