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