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