pub struct WorkflowRouter;Expand description
Workflow router builder
Implementations§
Trait Implementations§
Source§impl Default for WorkflowRouter
impl Default for WorkflowRouter
Source§fn default() -> WorkflowRouter
fn default() -> WorkflowRouter
Returns the “default value” for a type. Read more
Source§impl From<WorkflowRouter> for AppRouter
impl From<WorkflowRouter> for AppRouter
Source§fn from(router: WorkflowRouter) -> AppRouter
fn from(router: WorkflowRouter) -> AppRouter
Converts to this type from the input type.
Source§impl From<WorkflowRouter> for Router
impl From<WorkflowRouter> for Router
Source§fn from(router: WorkflowRouter) -> Router
fn from(router: WorkflowRouter) -> Router
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WorkflowRouter
impl RefUnwindSafe for WorkflowRouter
impl Send for WorkflowRouter
impl Sync for WorkflowRouter
impl Unpin for WorkflowRouter
impl UnwindSafe for WorkflowRouter
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