pub struct workflowStates;Trait Implementations§
Source§impl Field for workflowStates
impl Field for workflowStates
impl HasInputField<workflowStates, JSONObject> for InheritanceEntityMapping
Auto Trait Implementations§
impl Freeze for workflowStates
impl RefUnwindSafe for workflowStates
impl Send for workflowStates
impl Sync for workflowStates
impl Unpin for workflowStates
impl UnwindSafe for workflowStates
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