pub struct startWorkflowState;Trait Implementations§
Source§impl Field for startWorkflowState
impl Field for startWorkflowState
Source§impl HasField<startWorkflowState> for Team
impl HasField<startWorkflowState> for Team
Source§type Type = Option<WorkflowState>
type Type = Option<WorkflowState>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for startWorkflowState
impl RefUnwindSafe for startWorkflowState
impl Send for startWorkflowState
impl Sync for startWorkflowState
impl Unpin for startWorkflowState
impl UnwindSafe for startWorkflowState
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