Struct slack_morphism_models::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
Performs the conversion.
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 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