pub struct workflowState;Trait Implementations§
Source§impl Field for workflowState
impl Field for workflowState
impl HasInputField<workflowState, Option<WorkflowStateSort>> for IssueSortInput
Auto Trait Implementations§
impl Freeze for workflowState
impl RefUnwindSafe for workflowState
impl Send for workflowState
impl Sync for workflowState
impl Unpin for workflowState
impl UnwindSafe for workflowState
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