pub struct projectStatusCreate;Trait Implementations§
Source§impl Field for projectStatusCreate
impl Field for projectStatusCreate
Source§impl HasArgument<input> for projectStatusCreate
impl HasArgument<input> for projectStatusCreate
Source§type ArgumentType = ProjectStatusCreateInput
type ArgumentType = ProjectStatusCreateInput
The schema marker type of this argument.
Source§impl HasField<projectStatusCreate> for Mutation
impl HasField<projectStatusCreate> for Mutation
Source§type Type = ProjectStatusPayload
type Type = ProjectStatusPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for projectStatusCreate
impl RefUnwindSafe for projectStatusCreate
impl Send for projectStatusCreate
impl Sync for projectStatusCreate
impl Unpin for projectStatusCreate
impl UnwindSafe for projectStatusCreate
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