pub struct WorkflowStateCreateInput;Trait Implementations§
impl HasInputField<color, String> for WorkflowStateCreateInput
impl HasInputField<description, Option<String>> for WorkflowStateCreateInput
impl HasInputField<id, Option<String>> for WorkflowStateCreateInput
impl HasInputField<name, String> for WorkflowStateCreateInput
impl HasInputField<position, Option<f64>> for WorkflowStateCreateInput
impl HasInputField<teamId, String> for WorkflowStateCreateInput
impl HasInputField<type, String> for WorkflowStateCreateInput
impl InputObjectMarker for WorkflowStateCreateInput
Auto Trait Implementations§
impl Freeze for WorkflowStateCreateInput
impl RefUnwindSafe for WorkflowStateCreateInput
impl Send for WorkflowStateCreateInput
impl Sync for WorkflowStateCreateInput
impl Unpin for WorkflowStateCreateInput
impl UnwindSafe for WorkflowStateCreateInput
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