Struct slack_morphism_models::blocks::SlackStatefulViewInit [−][src]
pub struct SlackStatefulViewInit {
pub state_params: SlackStatefulStateParams,
pub view: SlackView,
}Fields
state_params: SlackStatefulStateParamsview: SlackViewTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SlackStatefulViewInitimpl Send for SlackStatefulViewInitimpl Sync for SlackStatefulViewInitimpl Unpin for SlackStatefulViewInitimpl UnwindSafe for SlackStatefulViewInit