Struct slack_morphism::prelude::blocks::SlackStatefulViewInit
source · [−]pub struct SlackStatefulViewInit {
pub state_params: SlackStatefulStateParams,
pub view: SlackView,
}Fields
state_params: SlackStatefulStateParamsview: SlackViewTrait Implementations
sourceimpl From<SlackStatefulViewInit> for SlackStatefulView
impl From<SlackStatefulViewInit> for SlackStatefulView
sourcefn from(value: SlackStatefulViewInit) -> Self
fn from(value: SlackStatefulViewInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackStatefulViewInit
impl Send for SlackStatefulViewInit
impl Sync for SlackStatefulViewInit
impl Unpin for SlackStatefulViewInit
impl UnwindSafe for SlackStatefulViewInit
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